linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/block: Fix typo and remove duplicate word
@ 2021-03-17  8:21 zuoqilin1
  0 siblings, 0 replies; only message in thread
From: zuoqilin1 @ 2021-03-17  8:21 UTC (permalink / raw)
  To: josef, axboe; +Cc: linux-block, nbd, linux-kernel, zuoqilin

From: zuoqilin <zuoqilin@yulong.com>

Change 'untill' to 'until'.

remove duplicate word 'the'.

Signed-off-by: zuoqilin <zuoqilin@yulong.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 4ff71b5..8e63efc 100644
--- a/drivers/block/nbd.c
+++ b/drivers/block/nbd.c
@@ -1846,7 +1846,7 @@ static int nbd_genl_connect(struct sk_buff *skb, struct genl_info *info)
 		nbd->destroy_complete = &destroy_complete;
 		mutex_unlock(&nbd_index_mutex);
 
-		/* Wait untill the the nbd stuff is totally destroyed */
+		/* Wait until the nbd stuff is totally destroyed */
 		wait_for_completion(&destroy_complete);
 		goto again;
 	}
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-17  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  8:21 [PATCH] drivers/block: Fix typo and remove duplicate word zuoqilin1

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).