Skip to content

Commit 04c2721

Browse files
committed
genirq: Fix kernel doc indentation
Fixes: 61377ec ("genirq: Clarify documentation for request_threaded_irq()") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 3b35e7e commit 04c2721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kernel/irq/manage.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,9 +2107,7 @@ const void *free_nmi(unsigned int irq, void *dev_id)
21072107
*
21082108
* IRQF_SHARED Interrupt is shared
21092109
* IRQF_TRIGGER_* Specify active edge(s) or level
2110-
* IRQF_ONESHOT Do not unmask interrupt line until
2111-
* thread_fn returns
2112-
*
2110+
* IRQF_ONESHOT Run thread_fn with interrupt line masked
21132111
*/
21142112
int request_threaded_irq(unsigned int irq, irq_handler_t handler,
21152113
irq_handler_t thread_fn, unsigned long irqflags,

0 commit comments

Comments
 (0)