mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
apm-emulation: drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped file: drivers/char/apm-emulation.c line: 547 * Wait for the the suspend_acks_pending variable to drop to changed to * Wait for the suspend_acks_pending variable to drop to Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Link: https://lore.kernel.org/r/20220621115310.110740-1-jiangjian@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6e813f47cd
commit
1cb53f0417
@ -544,7 +544,7 @@ static int apm_suspend_notifier(struct notifier_block *nb,
|
||||
wake_up_interruptible(&apm_waitqueue);
|
||||
|
||||
/*
|
||||
* Wait for the the suspend_acks_pending variable to drop to
|
||||
* Wait for the suspend_acks_pending variable to drop to
|
||||
* zero, meaning everybody acked the suspend event (or the
|
||||
* process was killed.)
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user