Commit-ID: 551417af91b163bd697eb50b3601adae2177c28a Gitweb: https://git.kernel.org/tip/551417af91b163bd697eb50b3601adae2177c28a Author: Peter Xu <pet...@redhat.com> AuthorDate: Mon, 18 Mar 2019 14:51:23 +0800 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate: Thu, 21 Mar 2019 11:52:37 +0100
genirq: Fix typo in comment of IRQD_MOVE_PCNTXT Signed-off-by: Peter Xu <pet...@redhat.com> Signed-off-by: Thomas Gleixner <t...@linutronix.de> Cc: Marc Zyngier <marc.zyng...@arm.com> Cc: Dou Liyang <douliya...@gmail.com> Cc: Julien Thierry <julien.thie...@arm.com> Link: https://lkml.kernel.org/r/20190318065123.11862-1-pet...@redhat.com --- include/linux/irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { * IRQD_LEVEL - Interrupt is level triggered * IRQD_WAKEUP_STATE - Interrupt is configured for wakeup * from suspend - * IRDQ_MOVE_PCNTXT - Interrupt can be moved in process + * IRQD_MOVE_PCNTXT - Interrupt can be moved in process * context * IRQD_IRQ_DISABLED - Disabled state of the interrupt * IRQD_IRQ_MASKED - Masked state of the interrupt