Commit e822b497 authored by Xiang wangx's avatar Xiang wangx Committed by Greg Kroah-Hartman

tty/ldsem: Fix syntax errors in comments

Delete the redundant word 'are'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20211208142036.7956-1-wangxiang@cdjrlc.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 712fe4c8
...@@ -163,7 +163,7 @@ down_read_failed(struct ld_semaphore *sem, long count, long timeout) ...@@ -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 * 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 * and early-out if not
*/ */
do { do {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment