[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-551417af91b163bd697eb50b3601adae2177c28a@git.kernel.org>
Date: Thu, 21 Mar 2019 03:55:44 -0700
From: tip-bot for Peter Xu <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: douliyangs@...il.com, tglx@...utronix.de, peterx@...hat.com,
mingo@...nel.org, hpa@...or.com, marc.zyngier@....com,
julien.thierry@....com, linux-kernel@...r.kernel.org
Subject: [tip:irq/urgent] genirq: Fix typo in comment of IRQD_MOVE_PCNTXT
Commit-ID: 551417af91b163bd697eb50b3601adae2177c28a
Gitweb: https://git.kernel.org/tip/551417af91b163bd697eb50b3601adae2177c28a
Author: Peter Xu <peterx@...hat.com>
AuthorDate: Mon, 18 Mar 2019 14:51:23 +0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 21 Mar 2019 11:52:37 +0100
genirq: Fix typo in comment of IRQD_MOVE_PCNTXT
Signed-off-by: Peter Xu <peterx@...hat.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Marc Zyngier <marc.zyngier@....com>
Cc: Dou Liyang <douliyangs@...il.com>
Cc: Julien Thierry <julien.thierry@....com>
Link: https://lkml.kernel.org/r/20190318065123.11862-1-peterx@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
Powered by blists - more mailing lists