Skip to content

Commit d61120b

Browse files
Saravana Kannanrafaeljw
authored andcommitted
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>
1 parent 07abb19 commit d61120b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/power/suspend-and-interrupts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ handling the given IRQ as a system wakeup interrupt line and disable_irq_wake()
7878
turns that logic off.
7979

8080
Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ
81-
in a special way. Namely, the IRQ remains enabled, by on the first interrupt
81+
in a special way. Namely, the IRQ remains enabled, but on the first interrupt
8282
it will be disabled, marked as pending and "suspended" so that it will be
8383
re-enabled by resume_device_irqs() during the subsequent system resume. Also
8484
the PM core is notified about the event which causes the system suspend in

0 commit comments

Comments
 (0)