All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme: comment typo fixed in clearing AER
@ 2017-11-02  9:07 Minwoo Im
  2017-11-03  7:03 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2017-11-02  9:07 UTC (permalink / raw)


a tiny typo fixed in a comment.

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

diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index 07b9f4e..6474435 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -2637,7 +2637,7 @@ static void nvme_fw_act_work(struct work_struct *work)
 		return;
 
 	nvme_start_queues(ctrl);
-	/* read FW slot informationi to clear the AER*/
+	/* read FW slot information to clear the AER */
 	nvme_get_fw_slot_info(ctrl);
 }
 
-- 
2.7.4

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

* [PATCH] nvme: comment typo fixed in clearing AER
  2017-11-02  9:07 [PATCH] nvme: comment typo fixed in clearing AER Minwoo Im
@ 2017-11-03  7:03 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2017-11-03  7:03 UTC (permalink / raw)


On Thu, Nov 02, 2017@06:07:44PM +0900, Minwoo Im wrote:
> a tiny typo fixed in a comment.
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>

Thanks, applied to nvme-4.15.

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

end of thread, other threads:[~2017-11-03  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02  9:07 [PATCH] nvme: comment typo fixed in clearing AER Minwoo Im
2017-11-03  7:03 ` 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.