[PATCH] nvme: fix the name of Zone Append for verbose logging
alan.adamson at oracle.com
alan.adamson at oracle.com
Wed May 31 08:51:17 PDT 2023
On 5/31/23 5:54 AM, Christoph Hellwig wrote:
> No Management involved in Zone Appened.
>
> Fixes: bd83fe6f2cd2 ("nvme: add verbose error logging")
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> ---
> drivers/nvme/host/constants.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/nvme/host/constants.c b/drivers/nvme/host/constants.c
> index bc523ca0225486..5e4f8848dce08e 100644
> --- a/drivers/nvme/host/constants.c
> +++ b/drivers/nvme/host/constants.c
> @@ -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[] = {
Reviewed-by: Alan Adamson <alan.adamson at oracle.com>
More information about the Linux-nvme
mailing list