Skip to content

Commit 551417a

Browse files
xzpeterKAGA-KOKO
authored andcommitted
genirq: Fix typo in comment of IRQD_MOVE_PCNTXT
Signed-off-by: Peter Xu <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Dou Liyang <[email protected]> Cc: Julien Thierry <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 9e98c67 commit 551417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct irq_data {
195195
* IRQD_LEVEL - Interrupt is level triggered
196196
* IRQD_WAKEUP_STATE - Interrupt is configured for wakeup
197197
* from suspend
198-
* IRDQ_MOVE_PCNTXT - Interrupt can be moved in process
198+
* IRQD_MOVE_PCNTXT - Interrupt can be moved in process
199199
* context
200200
* IRQD_IRQ_DISABLED - Disabled state of the interrupt
201201
* IRQD_IRQ_MASKED - Masked state of the interrupt

0 commit comments

Comments
 (0)