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:
a51e80d
)
genirq: Fix typo in documentation of enumeration field name
author
Mika Westerberg
<mika.westerberg@linux.intel.com>
Thu, 1 Oct 2015 12:54:52 +0000
(15:54 +0300)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 1 Oct 2015 15:28:28 +0000
(17:28 +0200)
It should say IRQ_NESTED_THREAD instead of IRQ_NESTED_TRHEAD.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Link:
http://lkml.kernel.org/r/1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
patch
|
blob
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index 45cc7299bb6104d55a015f49188ffc90d8e5f62b..7038f38a63c78948666a35ea8911f8f5a19dfe96 100644
(file)
--- a/
include/linux/irq.h
+++ b/
include/linux/irq.h
@@
-67,7
+67,7
@@
enum irqchip_irq_state;
* request/setup_irq()
* IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set)
* IRQ_MOVE_PCNTXT - Interrupt can be migrated from process context
- * IRQ_NESTED_T
RH
EAD - Interrupt nests into another thread
+ * IRQ_NESTED_T
HR
EAD - Interrupt nests into another thread
* IRQ_PER_CPU_DEVID - Dev_id is a per-cpu variable
* IRQ_IS_POLLED - Always polled by another interrupt. Exclude
* it from the spurious interrupt detection