Skip to content

Commit 92068d1

Browse files
westeriKAGA-KOKO
authored andcommitted
genirq: Fix typo in documentation of enumeration field name
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>
1 parent a51e80d commit 92068d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enum irqchip_irq_state;
6767
* request/setup_irq()
6868
* IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set)
6969
* IRQ_MOVE_PCNTXT - Interrupt can be migrated from process context
70-
* IRQ_NESTED_TRHEAD - Interrupt nests into another thread
70+
* IRQ_NESTED_THREAD - Interrupt nests into another thread
7171
* IRQ_PER_CPU_DEVID - Dev_id is a per-cpu variable
7272
* IRQ_IS_POLLED - Always polled by another interrupt. Exclude
7373
* it from the spurious interrupt detection

0 commit comments

Comments
 (0)