Skip to content

Commit bb2e320

Browse files
valdiskKAGA-KOKO
authored andcommitted
genirq/devres: Remove excess parameter from kernel doc
Building with 'make W=1' complains: CC kernel/irq/devres.o kernel/irq/devres.c:104: warning: Excess function parameter 'thread_fn' description in 'devm_request_any_context_irq' Remove it. Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/31207.1552378676@turing-police
1 parent f27b744 commit bb2e320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/irq/devres.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ EXPORT_SYMBOL(devm_request_threaded_irq);
8484
* @dev: device to request interrupt for
8585
* @irq: Interrupt line to allocate
8686
* @handler: Function to be called when the IRQ occurs
87-
* @thread_fn: function to be called in a threaded interrupt context. NULL
88-
* for devices which handle everything in @handler
8987
* @irqflags: Interrupt type flags
9088
* @devname: An ascii name for the claiming device, dev_name(dev) if NULL
9189
* @dev_id: A cookie passed back to the handler function

0 commit comments

Comments
 (0)