aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/apm-emulation.c
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 19:53:10 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-27 16:15:27 +0200
commit1cb53f0417a757849039538569c269a237a35124 (patch)
tree93a4bdc115214835c6b4bc8df741c1c1efe3f8d3 /drivers/char/apm-emulation.c
parentmisc: sgi-gru: grukservices: drop unexpected word "the" in the comments (diff)
downloadlinux-dev-1cb53f0417a757849039538569c269a237a35124.tar.xz
linux-dev-1cb53f0417a757849039538569c269a237a35124.zip
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>
Diffstat (limited to 'drivers/char/apm-emulation.c')
-rw-r--r--drivers/char/apm-emulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/apm-emulation.c b/drivers/char/apm-emulation.c
index 230cf852fa9c..e795390b070f 100644
--- a/drivers/char/apm-emulation.c
+++ b/drivers/char/apm-emulation.c
@@ -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.)
*