projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e98c67
)
genirq: Fix typo in comment of IRQD_MOVE_PCNTXT
author
Peter Xu
<peterx@redhat.com>
Mon, 18 Mar 2019 06:51:23 +0000
(14:51 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 21 Mar 2019 10:52:37 +0000
(11:52 +0100)
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
include/linux/irq.h
patch
|
blob
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index d6160d479b14520485b3d2ba2c1bafb56491d2ee..7ae8de5ad0f2fae4a5c50ad30903ecdf631bb0fd 100644
(file)
--- 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
- * IR
DQ
_MOVE_PCNTXT - Interrupt can be moved in process
+ * IR
QD
_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