summaryrefslogtreecommitdiff
path: root/drivers/base/power/wakeirq.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-11 19:10:27 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-01 18:17:32 +0300
commit7dfe105dfc724c82ed3d79a4c47439c516a2410b (patch)
treec7192b4473c4fce25700d5cc511a64f7a459a1b3 /drivers/base/power/wakeirq.c
parent3f51aa9e296fe4af785d5761bb12556fb2494761 (diff)
downloadlinux-7dfe105dfc724c82ed3d79a4c47439c516a2410b.tar.xz
PM: sleep: wakeup: Fix typos in comments
Remove the second 'the'. Replace the second 'of' with 'the'. Replace 'couter' with 'counter'. Signed-off-by: Tom Rix <trix@redhat.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base/power/wakeirq.c')
-rw-r--r--drivers/base/power/wakeirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/wakeirq.c b/drivers/base/power/wakeirq.c
index 0004db4a9d3b..d487a6bac630 100644
--- a/drivers/base/power/wakeirq.c
+++ b/drivers/base/power/wakeirq.c
@@ -289,7 +289,7 @@ EXPORT_SYMBOL_GPL(dev_pm_disable_wake_irq);
*
* Enables wakeirq conditionally. We need to enable wake-up interrupt
* lazily on the first rpm_suspend(). This is needed as the consumer device
- * starts in RPM_SUSPENDED state, and the the first pm_runtime_get() would
+ * starts in RPM_SUSPENDED state, and the first pm_runtime_get() would
* otherwise try to disable already disabled wakeirq. The wake-up interrupt
* starts disabled with IRQ_NOAUTOEN set.
*