Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme: host: fix command name spelling
@ 2023-06-22  7:53 Damien Le Moal
  2023-06-22  7:59 ` Chaitanya Kulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Damien Le Moal @ 2023-06-22  7:53 UTC (permalink / raw)
  To: linux-nvme, Keith Busch, Christoph Hellwig, Sagi Grimberg

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",
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: host: fix command name spelling
  2023-06-22  7:53 [PATCH] nvme: host: fix command name spelling Damien Le Moal
@ 2023-06-22  7:59 ` Chaitanya Kulkarni
  2023-06-23  5:43 ` Christoph Hellwig
  2023-06-27 15:20 ` Keith Busch
  2 siblings, 0 replies; 4+ messages in thread
From: Chaitanya Kulkarni @ 2023-06-22  7:59 UTC (permalink / raw)
  To: Damien Le Moal, linux-nvme@lists.infradead.org, Keith Busch,
	Christoph Hellwig, Sagi Grimberg

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: host: fix command name spelling
  2023-06-22  7:53 [PATCH] nvme: host: fix command name spelling Damien Le Moal
  2023-06-22  7:59 ` Chaitanya Kulkarni
@ 2023-06-23  5:43 ` Christoph Hellwig
  2023-06-27 15:20 ` Keith Busch
  2 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2023-06-23  5:43 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: linux-nvme, Keith Busch, Christoph Hellwig, Sagi Grimberg

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: host: fix command name spelling
  2023-06-22  7:53 [PATCH] nvme: host: fix command name spelling Damien Le Moal
  2023-06-22  7:59 ` Chaitanya Kulkarni
  2023-06-23  5:43 ` Christoph Hellwig
@ 2023-06-27 15:20 ` Keith Busch
  2 siblings, 0 replies; 4+ messages in thread
From: Keith Busch @ 2023-06-27 15:20 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: linux-nvme, Christoph Hellwig, Sagi Grimberg

Applied for nvme-6.5, thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-27 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22  7:53 [PATCH] nvme: host: fix command name spelling Damien Le Moal
2023-06-22  7:59 ` Chaitanya Kulkarni
2023-06-23  5:43 ` Christoph Hellwig
2023-06-27 15:20 ` Keith Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox