Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754784AbcJEJ6r (ORCPT ); Wed, 5 Oct 2016 05:58:47 -0400 Received: from terminus.zytor.com ([198.137.202.10]:43034 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753085AbcJEJ6q (ORCPT ); Wed, 5 Oct 2016 05:58:46 -0400 Date: Wed, 5 Oct 2016 02:58:26 -0700 From: tip-bot for Julia Lawall Message-ID: Cc: linux-kernel@vger.kernel.org, Julia.Lawall@lip6.fr, tglx@linutronix.de, jason@lakedaemon.net, mingo@kernel.org, marc.zyngier@arm.com, james.hogan@imgtec.com, hpa@zytor.com Reply-To: tglx@linutronix.de, jason@lakedaemon.net, mingo@kernel.org, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, Julia.Lawall@lip6.fr, hpa@zytor.com, james.hogan@imgtec.com In-Reply-To: <1475351192-27079-15-git-send-email-Julia.Lawall@lip6.fr> References: <1475351192-27079-15-git-send-email-Julia.Lawall@lip6.fr> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] irqchip/metag-ext: Improve function-level documentation Git-Commit-ID: 65543b3353e7d29d258aac4190cda6a2f49abeb3 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1561 Lines: 39 Commit-ID: 65543b3353e7d29d258aac4190cda6a2f49abeb3 Gitweb: http://git.kernel.org/tip/65543b3353e7d29d258aac4190cda6a2f49abeb3 Author: Julia Lawall AuthorDate: Sat, 1 Oct 2016 21:46:31 +0200 Committer: Thomas Gleixner CommitDate: Wed, 5 Oct 2016 11:53:35 +0200 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: bd0b9ac405e1 ("genirq: Remove irq argument from irq flow handlers"). Signed-off-by: Julia Lawall Acked-by: James Hogan Cc: Jason Cooper Cc: Marc Zyngier 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.fr Signed-off-by: Thomas Gleixner --- 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