From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752395AbcJAUtu (ORCPT ); Sat, 1 Oct 2016 16:49:50 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:65100 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219AbcJAUtQ (ORCPT ); Sat, 1 Oct 2016 16:49:16 -0400 X-IronPort-AV: E=Sophos;i="5.31,428,1473112800"; d="scan'208";a="239033586" Date: Sat, 1 Oct 2016 22:48:33 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: James Hogan cc: kernel-janitors@vger.kernel.org, Thomas Gleixner , Jason Cooper , Marc Zyngier , metag , LKML Subject: [PATCH 14/15 v2] irqchip/metag-ext: improve function-level documentation Message-ID: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Drop the variable irq which ceased to be a parameter in commit bd0b9ac405e1 ("genirq: Remove irq argument from irq flow handlers") Issue detected using Coccinelle (http://coccinelle.lip6.fr/) Signed-off-by: Julia Lawall Acked-by: James Hogan --- v2: correct commit reference, independent of the rest of the series 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