All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nbd: fix spelling mistake "requeueing" -> "requeuing"
@ 2019-11-07 22:33 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2019-11-07 22:33 UTC (permalink / raw)
  To: Josef Bacik, Jens Axboe, linux-block, nbd; +Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a dev_err error message. Fix it.

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

diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
index a94ee45440b3..aca67f8b48d1 100644
--- a/drivers/block/nbd.c
+++ b/drivers/block/nbd.c
@@ -936,7 +936,7 @@ static int nbd_handle_cmd(struct nbd_cmd *cmd, int index)
 	ret = nbd_send_cmd(nbd, cmd, index);
 	if (ret == -EAGAIN) {
 		dev_err_ratelimited(disk_to_dev(nbd->disk),
-				    "Request send failed, requeueing\n");
+				    "Request send failed, requeuing\n");
 		nbd_mark_nsock_dead(nbd, nsock, 1);
 		nbd_requeue_cmd(cmd);
 		ret = 0;
-- 
2.20.1


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

* [PATCH] nbd: fix spelling mistake "requeueing" -> "requeuing"
@ 2019-11-07 22:33 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2019-11-07 22:33 UTC (permalink / raw)
  To: Josef Bacik, Jens Axboe, linux-block, nbd; +Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a dev_err error message. Fix it.

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

diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
index a94ee45440b3..aca67f8b48d1 100644
--- a/drivers/block/nbd.c
+++ b/drivers/block/nbd.c
@@ -936,7 +936,7 @@ static int nbd_handle_cmd(struct nbd_cmd *cmd, int index)
 	ret = nbd_send_cmd(nbd, cmd, index);
 	if (ret = -EAGAIN) {
 		dev_err_ratelimited(disk_to_dev(nbd->disk),
-				    "Request send failed, requeueing\n");
+				    "Request send failed, requeuing\n");
 		nbd_mark_nsock_dead(nbd, nsock, 1);
 		nbd_requeue_cmd(cmd);
 		ret = 0;
-- 
2.20.1

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

end of thread, other threads:[~2019-11-07 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 22:33 [PATCH] nbd: fix spelling mistake "requeueing" -> "requeuing" Colin King
2019-11-07 22:33 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.