Commit-ID:  551417af91b163bd697eb50b3601adae2177c28a
Gitweb:     https://git.kernel.org/tip/551417af91b163bd697eb50b3601adae2177c28a
Author:     Peter Xu <[email protected]>
AuthorDate: Mon, 18 Mar 2019 14:51:23 +0800
Committer:  Thomas Gleixner <[email protected]>
CommitDate: Thu, 21 Mar 2019 11:52:37 +0100

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]

---
 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

Reply via email to