diff options
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 5137db3317f9..c2331138ca1b 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -78,7 +78,7 @@ enum { | |||
78 | IRQTF_AFFINITY, | 78 | IRQTF_AFFINITY, |
79 | }; | 79 | }; |
80 | 80 | ||
81 | /** | 81 | /* |
82 | * These values can be returned by request_any_context_irq() and | 82 | * These values can be returned by request_any_context_irq() and |
83 | * describe the context the interrupt will be run in. | 83 | * describe the context the interrupt will be run in. |
84 | * | 84 | * |