diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-14 11:42:43 +0000 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-12-18 17:50:47 +0100 |
commit | 56a77d26d6316a3936497236c7e3a6a98fad950c (patch) | |
tree | ac629f78253e5f4e915e6554ac0299f7fb7d5101 /drivers/nvme | |
parent | a7273d40232fbc1f89212b973d588aeaa61161b2 (diff) |
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.c | 2 |
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; |