All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] Fix typo in request_threaded_irq()
@ 2011-12-16 10:09 Richard Weinberger
  0 siblings, 0 replies; only message in thread
From: Richard Weinberger @ 2011-12-16 10:09 UTC (permalink / raw)
  To: tglx; +Cc: trivial, linux-kernel, Richard Weinberger, Richard Weinberger

Signed-off-by: Richard Weinberger <rw@linutronix.de>
---
 kernel/irq/manage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 1da999f..a9a9dbe 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1292,7 +1292,7 @@ EXPORT_SYMBOL(free_irq);
  *	and to set up the interrupt handler in the right order.
  *
  *	If you want to set up a threaded irq handler for your device
- *	then you need to supply @handler and @thread_fn. @handler ist
+ *	then you need to supply @handler and @thread_fn. @handler is
  *	still called in hard interrupt context and has to check
  *	whether the interrupt originates from the device. If yes it
  *	needs to disable the interrupt on the device and return
-- 
1.7.7.3


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

only message in thread, other threads:[~2011-12-16 10:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-16 10:09 [PATCH] [TRIVIAL] Fix typo in request_threaded_irq() Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.