diff options
author | Minwoo Im <minwoo.im.dev@gmail.com> | 2017-11-02 18:07:44 +0900 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-11-03 10:02:20 +0300 |
commit | a806c6c81e6c0d07c8a8b2643bad4a37a196d681 (patch) | |
tree | acd6d84c0f6dd7239421a8752eac321db3f0ffee /drivers/nvme | |
parent | 3639efef8fb128f99ae38bf603189639efc3850d (diff) | |
download | talos-op-linux-a806c6c81e6c0d07c8a8b2643bad4a37a196d681.tar.gz talos-op-linux-a806c6c81e6c0d07c8a8b2643bad4a37a196d681.zip |
nvme: comment typo fixed in clearing AER
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>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 07b9f4e1c283..64744355aa88 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); } |