We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e80d commit 92068d1Copy full SHA for 92068d1
include/linux/irq.h
@@ -67,7 +67,7 @@ enum irqchip_irq_state;
67
* request/setup_irq()
68
* IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set)
69
* IRQ_MOVE_PCNTXT - Interrupt can be migrated from process context
70
- * IRQ_NESTED_TRHEAD - Interrupt nests into another thread
+ * IRQ_NESTED_THREAD - Interrupt nests into another thread
71
* IRQ_PER_CPU_DEVID - Dev_id is a per-cpu variable
72
* IRQ_IS_POLLED - Always polled by another interrupt. Exclude
73
* it from the spurious interrupt detection
0 commit comments