]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/irq/manage.c
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / kernel / irq / manage.c
index aaf5c9d05770378b42acc2d41905ceb543f1f280..50da676729013dfe8dbc7929a4fdec16412f7780 100644 (file)
@@ -856,7 +856,7 @@ EXPORT_SYMBOL(free_irq);
  *     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
- *     IRQ_THREAD_WAKE which will wake up the handler thread and run
+ *     IRQ_WAKE_THREAD which will wake up the handler thread and run
  *     @thread_fn. This split handler design is necessary to support
  *     shared interrupts.
  *