Skip to content

Commit 8563037

Browse files
Christoph Hellwigkeithbusch
authored andcommitted
nvme: fix the name of Zone Append for verbose logging
No Management involved in Zone Appened. Fixes: bd83fe6 ("nvme: add verbose error logging") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alan Adamson <alan.adamson@oracle.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent c7275ce commit 8563037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/constants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static const char * const nvme_ops[] = {
2121
[nvme_cmd_resv_release] = "Reservation Release",
2222
[nvme_cmd_zone_mgmt_send] = "Zone Management Send",
2323
[nvme_cmd_zone_mgmt_recv] = "Zone Management Receive",
24-
[nvme_cmd_zone_append] = "Zone Management Append",
24+
[nvme_cmd_zone_append] = "Zone Append",
2525
};
2626

2727
static const char * const nvme_admin_ops[] = {

0 commit comments

Comments
 (0)