aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSaravana Kannan <saravanak@google.com>2024-03-08 14:44:50 -0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-03-13 20:51:11 +0100
commitd61120b4623e24e863a455c1e11085fcb7653d08 (patch)
treefc93a678560c47bcebf62cf2a23e98a773a04ed7 /Documentation
parent07abb19a9b201c11e4367e8a428be7235b6dbd0d (diff)
downloadlinux-d61120b4623e24e863a455c1e11085fcb7653d08.tar.gz
Documentation: power: Fix typo in suspend and interrupts doc
Typos are bad. Fix them. Signed-off-by: Saravana Kannan <saravanak@google.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/power/suspend-and-interrupts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/suspend-and-interrupts.rst b/Documentation/power/suspend-and-interrupts.rst
index dfbace2f4600c8..f588feeecad0fc 100644
--- a/Documentation/power/suspend-and-interrupts.rst
+++ b/Documentation/power/suspend-and-interrupts.rst
@@ -78,7 +78,7 @@ handling the given IRQ as a system wakeup interrupt line and disable_irq_wake()
turns that logic off.
Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ
-in a special way. Namely, the IRQ remains enabled, by on the first interrupt
+in a special way. Namely, the IRQ remains enabled, but on the first interrupt
it will be disabled, marked as pending and "suspended" so that it will be
re-enabled by resume_device_irqs() during the subsequent system resume. Also
the PM core is notified about the event which causes the system suspend in