Blob Blame History Raw
From: Minwoo Im <minwoo.im.dev@gmail.com>
Date: Thu, 2 Nov 2017 18:07:44 +0900
Subject: nvme: comment typo fixed in clearing AER
Patch-mainline: v4.15-rc1
Git-commit: a806c6c81e6c0d07c8a8b2643bad4a37a196d681
References: FATE#323952, FATE#322506

a tiny typo fixed in a comment.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Johannes Thumshirn <jthumshirn@suse.de>
---
 drivers/nvme/host/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -2646,7 +2646,7 @@ static void nvme_fw_act_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);
 }