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>
This commit is contained in:
parent
a7273d4023
commit
56a77d26d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue