All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chaitanya Kulkarni <chaitanyak@nvidia.com>
To: Damien Le Moal <dlemoal@kernel.org>,
	"linux-nvme@lists.infradead.org" <linux-nvme@lists.infradead.org>,
	Keith Busch <kbusch@kernel.org>, Christoph Hellwig <hch@lst.de>,
	Sagi Grimberg <sagi@grimberg.me>
Subject: Re: [PATCH] nvme: host: fix command name spelling
Date: Thu, 22 Jun 2023 07:59:20 +0000	[thread overview]
Message-ID: <dbc92de6-ca38-c09f-6d1b-e17bd95a04cd@nvidia.com> (raw)
In-Reply-To: <20230622075307.692950-1-dlemoal@kernel.org>

On 6/22/2023 12:53 AM, Damien Le Moal wrote:
> Correctly spell "Zeroes" in nvme_cmd_write_zeroes command name.
> 
> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
> ---
>   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 5e4f8848dce0..20f46c230885 100644
> --- a/drivers/nvme/host/constants.c
> +++ b/drivers/nvme/host/constants.c
> @@ -12,7 +12,7 @@ static const char * const nvme_ops[] = {
>   	[nvme_cmd_read] = "Read",
>   	[nvme_cmd_write_uncor] = "Write Uncorrectable",
>   	[nvme_cmd_compare] = "Compare",
> -	[nvme_cmd_write_zeroes] = "Write Zeros",
> +	[nvme_cmd_write_zeroes] = "Write Zeroes",
>   	[nvme_cmd_dsm] = "Dataset Management",
>   	[nvme_cmd_verify] = "Verify",
>   	[nvme_cmd_resv_register] = "Reservation Register",

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck



  reply	other threads:[~2023-06-22  7:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  7:53 [PATCH] nvme: host: fix command name spelling Damien Le Moal
2023-06-22  7:59 ` Chaitanya Kulkarni [this message]
2023-06-23  5:43 ` Christoph Hellwig
2023-06-27 15:20 ` Keith Busch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dbc92de6-ca38-c09f-6d1b-e17bd95a04cd@nvidia.com \
    --to=chaitanyak@nvidia.com \
    --cc=dlemoal@kernel.org \
    --cc=hch@lst.de \
    --cc=kbusch@kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.