diff options
Diffstat (limited to 'include/linux/interrupt.h')
| -rw-r--r-- | include/linux/interrupt.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index c7eef32e7739..5b8328a99b2a 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -52,7 +52,7 @@   *                irq line disabled until the threaded handler has been run.   * IRQF_NO_SUSPEND - Do not disable this IRQ during suspend.  Does not guarantee   *                   that this interrupt will wake the system from a suspended - *                   state.  See Documentation/power/suspend-and-interrupts.txt + *                   state.  See Documentation/power/suspend-and-interrupts.rst   * IRQF_FORCE_RESUME - Force enable it on resume even if IRQF_NO_SUSPEND is set   * IRQF_NO_THREAD - Interrupt cannot be threaded   * IRQF_EARLY_RESUME - Resume IRQ early during syscore instead of at device  |