[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1475351192-27079-15-git-send-email-Julia.Lawall@lip6.fr>
Date: Sat, 1 Oct 2016 21:46:31 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: James Hogan <james.hogan@...tec.com>
Cc: kernel-janitors@...r.kernel.org,
Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>,
linux-metag@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 14/15] irqchip/metag-ext: improve function-level documentation
Drop the variable irq which ceased to be a parameter in bd0b9ac4.
Issue detected using Coccinelle (http://coccinelle.lip6.fr/)
Signed-off-by: Julia Lawall <Julia.Lawall@...6.fr>
---
drivers/irqchip/irq-metag-ext.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/irqchip/irq-metag-ext.c b/drivers/irqchip/irq-metag-ext.c
index 8c38b3d..0cdd923 100644
--- a/drivers/irqchip/irq-metag-ext.c
+++ b/drivers/irqchip/irq-metag-ext.c
@@ -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
- * @irq: the virtual interrupt number
* @desc: the interrupt description structure for this irq
*
* The cpu receives an interrupt on TR2 when a SoC interrupt has occurred. It is
Powered by blists - more mailing lists