Commit-ID: e3096c9c7c645279808a6bf7ac2031b1895ddffb Gitweb: http://git.kernel.org/tip/e3096c9c7c645279808a6bf7ac2031b1895ddffb Author: Arnd Bergmann <a...@arndb.de> AuthorDate: Tue, 6 Oct 2015 22:59:40 +0200 Committer: Thomas Gleixner <t...@linutronix.de> 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 <l...@intel.com> Signed-off-by: Arnd Bergmann <a...@arndb.de> Cc: Grygorii Strashko <grygorii.stras...@ti.com> Cc: Tony Lindgren <t...@atomide.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: kbuild-...@01.org Cc: Austin Schuh <aus...@peloton-tech.com> Cc: Santosh Shilimkar <ssant...@kernel.org> Cc: linux-arm-ker...@lists.infradead.org Link: http://lkml.kernel.org/r/5400000.cD19rmgWjV@wuerfel Signed-off-by: Thomas Gleixner <t...@linutronix.de> --- 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/