summaryrefslogtreecommitdiffstats
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 67ce837ae52c..63c16254e449 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1289,7 +1289,7 @@ EXPORT_SYMBOL(free_irq);
1289 * and to set up the interrupt handler in the right order. 1289 * and to set up the interrupt handler in the right order.
1290 * 1290 *
1291 * If you want to set up a threaded irq handler for your device 1291 * If you want to set up a threaded irq handler for your device
1292 * then you need to supply @handler and @thread_fn. @handler ist 1292 * then you need to supply @handler and @thread_fn. @handler is
1293 * still called in hard interrupt context and has to check 1293 * still called in hard interrupt context and has to check
1294 * whether the interrupt originates from the device. If yes it 1294 * whether the interrupt originates from the device. If yes it
1295 * needs to disable the interrupt on the device and return 1295 * needs to disable the interrupt on the device and return