From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756246AbbJIPXN (ORCPT ); Fri, 9 Oct 2015 11:23:13 -0400 Received: from terminus.zytor.com ([198.137.202.10]:48678 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754803AbbJIPWN (ORCPT ); Fri, 9 Oct 2015 11:22:13 -0400 Date: Fri, 9 Oct 2015 08:21:54 -0700 From: tip-bot for Arnd Bergmann Message-ID: Cc: hpa@zytor.com, austin@peloton-tech.com, tglx@linutronix.de, arnd@arndb.de, lkp@intel.com, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, tony@atomide.com, mingo@kernel.org, grygorii.strashko@ti.com, ssantosh@kernel.org Reply-To: tony@atomide.com, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, ssantosh@kernel.org, mingo@kernel.org, grygorii.strashko@ti.com, tglx@linutronix.de, austin@peloton-tech.com, hpa@zytor.com, lkp@intel.com, arnd@arndb.de In-Reply-To: <5400000.cD19rmgWjV@wuerfel> References: <5400000.cD19rmgWjV@wuerfel> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] genirq: Fix handle_bad_irq kerneldoc comment Git-Commit-ID: e3096c9c7c645279808a6bf7ac2031b1895ddffb 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 Commit-ID: e3096c9c7c645279808a6bf7ac2031b1895ddffb Gitweb: http://git.kernel.org/tip/e3096c9c7c645279808a6bf7ac2031b1895ddffb Author: Arnd Bergmann AuthorDate: Tue, 6 Oct 2015 22:59:40 +0200 Committer: Thomas Gleixner CommitDate: Fri, 9 Oct 2015 17:17:30 +0200 genirq: Fix handle_bad_irq kerneldoc comment A recent cleanup removed the 'irq' parameter from many functions, but left the documentation for this in place for at least one function. This removes it. Fixes: bd0b9ac405e1 ("genirq: Remove irq argument from irq flow handlers") Reported-by: kbuild test robot Signed-off-by: Arnd Bergmann Cc: Grygorii Strashko Cc: Tony Lindgren Cc: Linus Walleij Cc: kbuild-all@01.org Cc: Austin Schuh Cc: Santosh Shilimkar Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/5400000.cD19rmgWjV@wuerfel Signed-off-by: Thomas Gleixner --- kernel/irq/handle.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 77983fc..e25a83b 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@ -22,7 +22,6 @@ /** * handle_bad_irq - handle spurious and unhandled irqs - * @irq: the interrupt number * @desc: description of the interrupt * * Handles spurious and unhandled IRQ's. It also prints a debugmessage.