Skip to content

Commit

Permalink
tty/ldsem: Fix syntax errors in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiang wangx authored and Greg Kroah-Hartman committed Dec 21, 2021
1 parent 712fe4c commit e822b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/tty_ldsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e822b49

Please sign in to comment.