linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
@ 2018-12-14 11:42 Colin King
  2018-12-15  3:21 ` Sagi Grimberg
  2018-12-16 16:25 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2018-12-14 11:42 UTC (permalink / raw)
  To: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg, linux-nvme
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/nvme/host/tcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/tcp.c b/drivers/nvme/host/tcp.c
index 51826479a41e..f451cb21925c 100644
--- a/drivers/nvme/host/tcp.c
+++ b/drivers/nvme/host/tcp.c
@@ -1789,7 +1789,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;
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
  2018-12-14 11:42 [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" Colin King
@ 2018-12-15  3:21 ` Sagi Grimberg
  2018-12-16 16:25 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Sagi Grimberg @ 2018-12-15  3:21 UTC (permalink / raw)
  To: Colin King, Keith Busch, Jens Axboe, Christoph Hellwig, linux-nvme
  Cc: kernel-janitors, linux-kernel

Reviewed-by: Sagi Grimberg <sagi@grimberg.me>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
  2018-12-14 11:42 [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" Colin King
  2018-12-15  3:21 ` Sagi Grimberg
@ 2018-12-16 16:25 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2018-12-16 16:25 UTC (permalink / raw)
  To: Colin King
  Cc: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg,
	linux-nvme, kernel-janitors, linux-kernel

Thanks, applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-16 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 11:42 [PATCH][next] nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" Colin King
2018-12-15  3:21 ` Sagi Grimberg
2018-12-16 16:25 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).