mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
tty/ldsem: Fix syntax errors in comments
Delete the redundant word 'are'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20211208142036.7956-1-wangxiang@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
712fe4c849
commit
e822b4973f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user