]> git.baikalelectronics.ru Git - kernel.git/commit
apm-emulation: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 11:53:10 +0000 (19:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 14:15:27 +0000 (16:15 +0200)
commit27ab22339f7cfbcd7090080f07fc1cfb6af1b965
tree93a4bdc115214835c6b4bc8df741c1c1efe3f8d3
parent3db5f10cc3cb3963a4da09f5f6f08ad43dd68ec6
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>
drivers/char/apm-emulation.c