Commit 65543b33 authored by Julia Lawall's avatar Julia Lawall Committed by Thomas Gleixner

irqchip/metag-ext: Improve function-level documentation

Drop the variable irq which ceased to be a parameter.

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

Fixes: bd0b9ac4 ("genirq: Remove irq argument from irq flow handlers").
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Acked-by: default avatarJames Hogan <james.hogan@imgtec.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: kernel-janitors@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Link: http://lkml.kernel.org/r/1475351192-27079-15-git-send-email-Julia.Lawall@lip6.frSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0ff4deee
...@@ -436,7 +436,6 @@ static int meta_intc_irq_set_type(struct irq_data *data, unsigned int flow_type) ...@@ -436,7 +436,6 @@ static int meta_intc_irq_set_type(struct irq_data *data, unsigned int flow_type)
/** /**
* meta_intc_irq_demux() - external irq de-multiplexer * meta_intc_irq_demux() - external irq de-multiplexer
* @irq: the virtual interrupt number
* @desc: the interrupt description structure for this irq * @desc: the interrupt description structure for this irq
* *
* The cpu receives an interrupt on TR2 when a SoC interrupt has occurred. It is * The cpu receives an interrupt on TR2 when a SoC interrupt has occurred. It is
......
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