Skip to content

Commit

Permalink
nvme: fix the name of Zone Append for verbose logging
Browse files Browse the repository at this point in the history
[ Upstream commit 8563037 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Christoph Hellwig authored and gregkh committed Jun 9, 2023
1 parent 4e5a5cd commit 7c3e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvme/host/constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const char * const nvme_ops[] = {
[nvme_cmd_resv_release] = "Reservation Release",
[nvme_cmd_zone_mgmt_send] = "Zone Management Send",
[nvme_cmd_zone_mgmt_recv] = "Zone Management Receive",
[nvme_cmd_zone_append] = "Zone Management Append",
[nvme_cmd_zone_append] = "Zone Append",
};

static const char * const nvme_admin_ops[] = {
Expand Down

0 comments on commit 7c3e271

Please sign in to comment.