All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvmet: fix comment typos in admin-cmd.c
@ 2017-11-07 12:10 Minwoo Im
  2017-11-07 13:37 ` Max Gurtovoy
  2017-11-07 19:22 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Minwoo Im @ 2017-11-07 12:10 UTC (permalink / raw)


small typos fixed in admin-cmd.c

Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>
---
 drivers/nvme/target/admin-cmd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c
index c4a0bf3..9a7d691 100644
--- a/drivers/nvme/target/admin-cmd.c
+++ b/drivers/nvme/target/admin-cmd.c
@@ -300,7 +300,7 @@ static void nvmet_execute_identify_ns(struct nvmet_req *req)
 	}
 
 	/*
-	 * nuse = ncap = nsze isn't aways true, but we have no way to find
+	 * nuse = ncap = nsze isn't always true, but we have no way to find
 	 * that out from the underlying device.
 	 */
 	id->ncap = id->nuse = id->nsze =
@@ -424,7 +424,7 @@ static void nvmet_execute_identify_desclist(struct nvmet_req *req)
 }
 
 /*
- * A "mimimum viable" abort implementation: the command is mandatory in the
+ * A "minimum viable" abort implementation: the command is mandatory in the
  * spec, but we are not required to do any useful work.  We couldn't really
  * do a useful abort, so don't bother even with waiting for the command
  * to be exectuted and return immediately telling the command to abort
-- 
2.7.4

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

* [PATCH] nvmet: fix comment typos in admin-cmd.c
  2017-11-07 12:10 [PATCH] nvmet: fix comment typos in admin-cmd.c Minwoo Im
@ 2017-11-07 13:37 ` Max Gurtovoy
  2017-11-07 19:22 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Max Gurtovoy @ 2017-11-07 13:37 UTC (permalink / raw)




On 11/7/2017 2:10 PM, Minwoo Im wrote:
> small typos fixed in admin-cmd.c
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>
> ---
>   drivers/nvme/target/admin-cmd.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c
> index c4a0bf3..9a7d691 100644
> --- a/drivers/nvme/target/admin-cmd.c
> +++ b/drivers/nvme/target/admin-cmd.c
> @@ -300,7 +300,7 @@ static void nvmet_execute_identify_ns(struct nvmet_req *req)
>   	}
>   
>   	/*
> -	 * nuse = ncap = nsze isn't aways true, but we have no way to find
> +	 * nuse = ncap = nsze isn't always true, but we have no way to find
>   	 * that out from the underlying device.
>   	 */
>   	id->ncap = id->nuse = id->nsze =
> @@ -424,7 +424,7 @@ static void nvmet_execute_identify_desclist(struct nvmet_req *req)
>   }
>   
>   /*
> - * A "mimimum viable" abort implementation: the command is mandatory in the
> + * A "minimum viable" abort implementation: the command is mandatory in the
>    * spec, but we are not required to do any useful work.  We couldn't really
>    * do a useful abort, so don't bother even with waiting for the command
>    * to be exectuted and return immediately telling the command to abort
> 

Looks fine thanks,

Reviewed-by: Max Gurtovoy <maxg at mellanox.com>

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

* [PATCH] nvmet: fix comment typos in admin-cmd.c
  2017-11-07 12:10 [PATCH] nvmet: fix comment typos in admin-cmd.c Minwoo Im
  2017-11-07 13:37 ` Max Gurtovoy
@ 2017-11-07 19:22 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2017-11-07 19:22 UTC (permalink / raw)


Thanks, applied to nvme-4.15.

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

end of thread, other threads:[~2017-11-07 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 12:10 [PATCH] nvmet: fix comment typos in admin-cmd.c Minwoo Im
2017-11-07 13:37 ` Max Gurtovoy
2017-11-07 19:22 ` Christoph Hellwig

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.