Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme: fix comment typos in nvme_create_io_queues
@ 2018-01-14  7:14 Minwoo Im
  2018-01-14  9:18 ` Sagi Grimberg
  2018-01-15 15:22 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Minwoo Im @ 2018-01-14  7:14 UTC (permalink / raw)


fix comment typos in nvme_create_io_queues() like below.
  _aount_ to _amount_
  _an_    to _can_

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

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index d53550e..7c52141 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -1643,8 +1643,8 @@ static int nvme_create_io_queues(struct nvme_dev *dev)
 
 	/*
 	 * Ignore failing Create SQ/CQ commands, we can continue with less
-	 * than the desired aount of queues, and even a controller without
-	 * I/O queues an still be used to issue admin commands.  This might
+	 * than the desired amount of queues, and even a controller without
+	 * I/O queues can still be used to issue admin commands.  This might
 	 * be useful to upgrade a buggy firmware for example.
 	 */
 	return ret >= 0 ? 0 : ret;
-- 
2.7.4

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

* [PATCH] nvme: fix comment typos in nvme_create_io_queues
  2018-01-14  7:14 [PATCH] nvme: fix comment typos in nvme_create_io_queues Minwoo Im
@ 2018-01-14  9:18 ` Sagi Grimberg
  2018-01-15 15:22 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Sagi Grimberg @ 2018-01-14  9:18 UTC (permalink / raw)


Reviewed-by: Sagi Grimberg <sagi at grimberg.me>

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

* [PATCH] nvme: fix comment typos in nvme_create_io_queues
  2018-01-14  7:14 [PATCH] nvme: fix comment typos in nvme_create_io_queues Minwoo Im
  2018-01-14  9:18 ` Sagi Grimberg
@ 2018-01-15 15:22 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2018-01-15 15:22 UTC (permalink / raw)


Thanks,

applied to nvme-4.16.

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

end of thread, other threads:[~2018-01-15 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-14  7:14 [PATCH] nvme: fix comment typos in nvme_create_io_queues Minwoo Im
2018-01-14  9:18 ` Sagi Grimberg
2018-01-15 15:22 ` Christoph Hellwig

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