mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] genirq: Fix typo in documentation of enumeration field name
@ 2015-10-01 12:54 Mika Westerberg
  2015-10-01 12:54 ` [PATCH 2/2] genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress() Mika Westerberg
  2015-10-01 15:30 ` [tip:irq/core] genirq: Fix typo in documentation of enumeration field name tip-bot for Mika Westerberg
  0 siblings, 2 replies; 4+ messages in thread
From: Mika Westerberg @ 2015-10-01 12:54 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Jiang Liu, Mika Westerberg, linux-kernel

It should say IRQ_NESTED_THREAD instead of IRQ_NESTED_TRHEAD.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.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 11bf09288ddb..5c9a5281610f 100644
--- 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_TRHEAD		- Interrupt nests into another thread
+ * IRQ_NESTED_THREAD		- 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
-- 
2.5.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-01 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 12:54 [PATCH 1/2] genirq: Fix typo in documentation of enumeration field name Mika Westerberg
2015-10-01 12:54 ` [PATCH 2/2] genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress() Mika Westerberg
2015-10-01 15:30   ` [tip:irq/core] genirq: Remove unused functions irqd_[set|clr] _chained_irq_inprogress() tip-bot for Mika Westerberg
2015-10-01 15:30 ` [tip:irq/core] genirq: Fix typo in documentation of enumeration field name tip-bot for Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome