Message ID | 20210317082128.1193-1-zuoqilin1@163.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drivers/block: Fix typo and remove duplicate word | expand |
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; }