Commit 04c2721d authored by Thomas Gleixner's avatar Thomas Gleixner

genirq: Fix kernel doc indentation

Fixes: 61377ec1 ("genirq: Clarify documentation for request_threaded_irq()")
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 3b35e7e6
...@@ -2107,9 +2107,7 @@ const void *free_nmi(unsigned int irq, void *dev_id) ...@@ -2107,9 +2107,7 @@ const void *free_nmi(unsigned int irq, void *dev_id)
* *
* IRQF_SHARED Interrupt is shared * IRQF_SHARED Interrupt is shared
* IRQF_TRIGGER_* Specify active edge(s) or level * IRQF_TRIGGER_* Specify active edge(s) or level
* IRQF_ONESHOT Do not unmask interrupt line until * IRQF_ONESHOT Run thread_fn with interrupt line masked
* thread_fn returns
*
*/ */
int request_threaded_irq(unsigned int irq, irq_handler_t handler, int request_threaded_irq(unsigned int irq, irq_handler_t handler,
irq_handler_t thread_fn, unsigned long irqflags, irq_handler_t thread_fn, unsigned long irqflags,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment