Skip to content

Commit e6d2210

Browse files
committed
irqchip/ti-sci-inta: Fix kernel doc
W=1 build complains: drivers/irqchip/irq-ti-sci-inta.c:177: warning: Function parameter or member 'vint_id' not described in 'ti_sci_inta_xlate_irq' drivers/irqchip/irq-ti-sci-inta.c:177: warning: Excess function parameter 'irq' description in 'ti_sci_inta_xlate_irq' Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20221121140048.596303869@linutronix.de
1 parent d51a15a commit e6d2210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/irq-ti-sci-inta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static void ti_sci_inta_irq_handler(struct irq_desc *desc)
168168
/**
169169
* ti_sci_inta_xlate_irq() - Translate hwirq to parent's hwirq.
170170
* @inta: IRQ domain corresponding to Interrupt Aggregator
171-
* @irq: Hardware irq corresponding to the above irq domain
171+
* @vint_id: Hardware irq corresponding to the above irq domain
172172
*
173173
* Return parent irq number if translation is available else -ENOENT.
174174
*/

0 commit comments

Comments
 (0)