Documentation: power: Fix typo in suspend and interrupts doc
authorSaravana Kannan <saravanak@google.com>
Fri, 8 Mar 2024 22:44:50 +0000 (14:44 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Mar 2024 19:51:11 +0000 (20:51 +0100)
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>
Documentation/power/suspend-and-interrupts.rst

index dfbace2f4600c8dbbdaa58a748e6377577685f8c..f588feeecad0fccb7d8f6a169cb93d24a273960a 100644 (file)
@@ -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