From: Xiang wangx Date: Wed, 8 Dec 2021 14:20:36 +0000 (+0800) Subject: tty/ldsem: Fix syntax errors in comments X-Git-Tag: v5.17-rc1~110^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e822b4973f49015e1c6f63b91c8641ed9bfaf229;p=thirdparty%2Fkernel%2Flinux.git tty/ldsem: Fix syntax errors in comments Delete the redundant word 'are'. Signed-off-by: Xiang wangx Link: https://lore.kernel.org/r/20211208142036.7956-1-wangxiang@cdjrlc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/tty_ldsem.c b/drivers/tty/tty_ldsem.c index ce8291053af30..3be428c162609 100644 --- a/drivers/tty/tty_ldsem.c +++ b/drivers/tty/tty_ldsem.c @@ -163,7 +163,7 @@ down_read_failed(struct ld_semaphore *sem, long count, long timeout) /* * Try to reverse the lock attempt but if the count has changed - * so that reversing fails, check if there are are no waiters, + * so that reversing fails, check if there are no waiters, * and early-out if not */ do {