[PATCH] drivers/block: Fix typo and remove duplicate word

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: zuoqilin <zuoqilin@xxxxxxxxxx>

Change 'untill' to 'until'.

remove duplicate word 'the'.

Signed-off-by: zuoqilin <zuoqilin@xxxxxxxxxx>
---
 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





[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux