Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqchip/vic: Improve function-level documentation

The associated function, vic_init_cascaded, has never had a variable
irq_start.

Issue detected using Coccinelle (http://coccinelle.lip6.fr/)

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: kernel-janitors@vger.kernel.org
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1475351192-27079-14-git-send-email-Julia.Lawall@lip6.fr
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Julia Lawall and committed by
Thomas Gleixner
0ff4deee 597f03f9

-1
-1
drivers/irqchip/irq-vic.c
··· 498 498 * vic_init_cascaded() - initialise a cascaded vectored interrupt controller 499 499 * @base: iomem base address 500 500 * @parent_irq: the parent IRQ we're cascaded off 501 - * @irq_start: starting interrupt number, must be muliple of 32 502 501 * @vic_sources: bitmask of interrupt sources to allow 503 502 * @resume_sources: bitmask of interrupt sources to allow for resume 504 503 *