From 2e8718e2f750ac87a69fe232e8a1db316db53ea6 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Sat, 9 May 2026 23:22:16 +0900 Subject: [PATCH] doc: add error-log command description for fields and ordering As all fields including the ordering described in the spec. Signed-off-by: Tokunori Ikegami --- Documentation/nvme-error-log.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/nvme-error-log.txt b/Documentation/nvme-error-log.txt index 000f27f67b..1579149420 100644 --- a/Documentation/nvme-error-log.txt +++ b/Documentation/nvme-error-log.txt @@ -15,7 +15,8 @@ SYNOPSIS DESCRIPTION ----------- Retrieves NVMe Error log page from an NVMe device and provides the -returned structure. +returned structure. All the returned structure fields including the +ordering of the entries are described in the spec. The parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).