summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index d6160d479b14..7ae8de5ad0f2 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -195,7 +195,7 @@ struct irq_data {
195 * IRQD_LEVEL - Interrupt is level triggered 195 * IRQD_LEVEL - Interrupt is level triggered
196 * IRQD_WAKEUP_STATE - Interrupt is configured for wakeup 196 * IRQD_WAKEUP_STATE - Interrupt is configured for wakeup
197 * from suspend 197 * from suspend
198 * IRDQ_MOVE_PCNTXT - Interrupt can be moved in process 198 * IRQD_MOVE_PCNTXT - Interrupt can be moved in process
199 * context 199 * context
200 * IRQD_IRQ_DISABLED - Disabled state of the interrupt 200 * IRQD_IRQ_DISABLED - Disabled state of the interrupt
201 * IRQD_IRQ_MASKED - Masked state of the interrupt 201 * IRQD_IRQ_MASKED - Masked state of the interrupt