aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-14 11:42:43 +0000
committerChristoph Hellwig <hch@lst.de>2018-12-18 17:50:47 +0100
commit56a77d26d6316a3936497236c7e3a6a98fad950c (patch)
treeac629f78253e5f4e915e6554ac0299f7fb7d5101 /drivers/nvme
parentnvme-tcp: fix endianess annotations (diff)
downloadlinux-dev-56a77d26d6316a3936497236c7e3a6a98fad950c.tar.xz
linux-dev-56a77d26d6316a3936497236c7e3a6a98fad950c.zip
nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
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>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/tcp.c b/drivers/nvme/host/tcp.c
index 83417b4473b3..f49cbe9aa19f 100644
--- 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 attepmpt)\n",
+ dev_info(ctrl->device, "Successfully reconnected (%d attempt)\n",
ctrl->nr_reconnects);
ctrl->nr_reconnects = 0;