projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7273d4
)
nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 14 Dec 2018 11:42:43 +0000
(11:42 +0000)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 18 Dec 2018 16:50:47 +0000
(17:50 +0100)
There is a spelling mistake in a dev_info message, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/tcp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/nvme/host/tcp.c
b/drivers/nvme/host/tcp.c
index 83417b4473b3b3b99cece3456401a9d2a1b08ef2..f49cbe9aa19fd8d4a3c479c7dc39b3b4a364f1be 100644
(file)
--- a/
drivers/nvme/host/tcp.c
+++ b/
drivers/nvme/host/tcp.c
@@
-1790,7
+1790,7
@@
static void nvme_tcp_reconnect_ctrl_work(struct work_struct *work)
if (nvme_tcp_setup_ctrl(ctrl, false))
goto requeue;
- dev_info(ctrl->device, "Successfully reconnected (%d atte
p
mpt)\n",
+ dev_info(ctrl->device, "Successfully reconnected (%d attempt)\n",
ctrl->nr_reconnects);
ctrl->nr_reconnects = 0;