summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/irqreturn.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/irqreturn.h')
-rw-r--r--kernel/include/linux/irqreturn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/irqreturn.h b/kernel/include/linux/irqreturn.h
index e374e369f..eb1bdcf95 100644
--- a/kernel/include/linux/irqreturn.h
+++ b/kernel/include/linux/irqreturn.h
@@ -3,7 +3,7 @@
/**
* enum irqreturn
- * @IRQ_NONE interrupt was not from this device
+ * @IRQ_NONE interrupt was not from this device or was not handled
* @IRQ_HANDLED interrupt was handled by this device
* @IRQ_WAKE_THREAD handler requests to wake the handler thread
*/