diff options
Diffstat (limited to 'Documentation/power/suspend-and-interrupts.txt')
-rw-r--r-- | Documentation/power/suspend-and-interrupts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/suspend-and-interrupts.txt b/Documentation/power/suspend-and-interrupts.txt index 69663640dea5..2f9c5a5fcb25 100644 --- a/Documentation/power/suspend-and-interrupts.txt +++ b/Documentation/power/suspend-and-interrupts.txt | |||
@@ -77,7 +77,7 @@ Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ | |||
77 | in a special way. Namely, the IRQ remains enabled, by on the first interrupt | 77 | in a special way. Namely, the IRQ remains enabled, by on the first interrupt |
78 | it will be disabled, marked as pending and "suspended" so that it will be | 78 | it will be disabled, marked as pending and "suspended" so that it will be |
79 | re-enabled by resume_device_irqs() during the subsequent system resume. Also | 79 | re-enabled by resume_device_irqs() during the subsequent system resume. Also |
80 | the PM core is notified about the event which casues the system suspend in | 80 | the PM core is notified about the event which causes the system suspend in |
81 | progress to be aborted (that doesn't have to happen immediately, but at one | 81 | progress to be aborted (that doesn't have to happen immediately, but at one |
82 | of the points where the suspend thread looks for pending wakeup events). | 82 | of the points where the suspend thread looks for pending wakeup events). |
83 | 83 | ||