Commit 56a77d26 authored by Colin Ian King's avatar Colin Ian King Committed by Christoph Hellwig
Browse files

nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"



There is a spelling mistake in a dev_info message, fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent a7273d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;