Skip to content

Commit 0e3c1f3

Browse files
rddunlapMarc Zyngier
authored andcommitted
genirq/irqdesc: Drop excess kernel-doc entry @lookup
Fix kernel-doc warning in irqdesc.c: ../kernel/irq/irqdesc.c:692: warning: Excess function parameter 'lookup' description in 'handle_domain_irq' Fixes: e1c0549 ("genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()") Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c51e96d commit 0e3c1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/irq/irqdesc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ EXPORT_SYMBOL_GPL(generic_handle_domain_irq);
682682
* usually for a root interrupt controller
683683
* @domain: The domain where to perform the lookup
684684
* @hwirq: The HW irq number to convert to a logical one
685-
* @lookup: Whether to perform the domain lookup or not
686685
* @regs: Register file coming from the low-level handling code
687686
*
688687
* Returns: 0 on success, or -EINVAL if conversion has failed

0 commit comments

Comments
 (0)