aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9b956fa20308..3261c4d478a2 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1281,7 +1281,7 @@ EXPORT_SYMBOL(free_irq);
1281 * and to set up the interrupt handler in the right order. 1281 * and to set up the interrupt handler in the right order.
1282 * 1282 *
1283 * If you want to set up a threaded irq handler for your device 1283 * If you want to set up a threaded irq handler for your device
1284 * then you need to supply @handler and @thread_fn. @handler ist 1284 * then you need to supply @handler and @thread_fn. @handler is
1285 * still called in hard interrupt context and has to check 1285 * still called in hard interrupt context and has to check
1286 * whether the interrupt originates from the device. If yes it 1286 * whether the interrupt originates from the device. If yes it
1287 * needs to disable the interrupt on the device and return 1287 * needs to disable the interrupt on the device and return