aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 2734eca59243..eb47f8b80557 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -851,7 +851,7 @@ EXPORT_SYMBOL(free_irq);
851 * still called in hard interrupt context and has to check 851 * still called in hard interrupt context and has to check
852 * whether the interrupt originates from the device. If yes it 852 * whether the interrupt originates from the device. If yes it
853 * needs to disable the interrupt on the device and return 853 * needs to disable the interrupt on the device and return
854 * IRQ_THREAD_WAKE which will wake up the handler thread and run 854 * IRQ_WAKE_THREAD which will wake up the handler thread and run
855 * @thread_fn. This split handler design is necessary to support 855 * @thread_fn. This split handler design is necessary to support
856 * shared interrupts. 856 * shared interrupts.
857 * 857 *