nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
authorColin Ian King <colin.king@canonical.com>
Fri, 14 Dec 2018 11:42:43 +0000 (11:42 +0000)
committerChristoph 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

index 83417b4473b3b3b99cece3456401a9d2a1b08ef2..f49cbe9aa19fd8d4a3c479c7dc39b3b4a364f1be 100644 (file)
@@ -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;