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 <peterx@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Dou Liyang <douliyangs@gmail.com> Cc: Julien Thierry <julien.thierry@arm.com> Link: https://lkml.kernel.org/r/20190318065123.11862-1-peterx@redhat.com
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)