Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiang wangx and committed by
Greg Kroah-Hartman
e822b497 712fe4c8

+1 -1
+1 -1
drivers/tty/tty_ldsem.c
··· 163 163 164 164 /* 165 165 * Try to reverse the lock attempt but if the count has changed 166 - * so that reversing fails, check if there are are no waiters, 166 + * so that reversing fails, check if there are no waiters, 167 167 * and early-out if not 168 168 */ 169 169 do {