projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3639efe
)
nvme: comment typo fixed in clearing AER
author
Minwoo Im
<minwoo.im.dev@gmail.com>
Thu, 2 Nov 2017 09:07:44 +0000
(18:07 +0900)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 3 Nov 2017 07:02:20 +0000
(10:02 +0300)
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>
drivers/nvme/host/core.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/core.c
b/drivers/nvme/host/core.c
index 07b9f4e1c283d294419da08ac5ea460795dacef7..64744355aa88e6d07deae508975badc6a5320662 100644
(file)
--- 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 information
i to clear the AER
*/
+ /* read FW slot information
to clear the AER
*/
nvme_get_fw_slot_info(ctrl);
}