mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irq: fix typo in a header file.
@ 2013-03-10 11:17 Kevin Wilson
  0 siblings, 0 replies; only message in thread
From: Kevin Wilson @ 2013-03-10 11:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, tglx, Kevin Wilson

This patch fixes a typo in include/linux/irq.h.

Signed-off-by: Kevin Wilson <wkevils@gmail.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 bc4e066..c2b7e51 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -68,7 +68,7 @@ typedef	void (*irq_preflow_handler_t)(struct irq_data *data);
  *				  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
  */
 enum {
-- 
1.8.1.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-10 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-10 11:17 [PATCH] irq: fix typo in a header file Kevin Wilson

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

all inboxes | Powered by JetHome®