[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-e3096c9c7c645279808a6bf7ac2031b1895ddffb@git.kernel.org>
Date: Fri, 9 Oct 2015 08:21:54 -0700
From: tip-bot for Arnd Bergmann <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, austin@...oton-tech.com, tglx@...utronix.de,
arnd@...db.de, lkp@...el.com, linus.walleij@...aro.org,
linux-kernel@...r.kernel.org, tony@...mide.com, mingo@...nel.org,
grygorii.strashko@...com, ssantosh@...nel.org
Subject: [tip:irq/urgent] genirq: Fix handle_bad_irq kerneldoc comment
Commit-ID: e3096c9c7c645279808a6bf7ac2031b1895ddffb
Gitweb: http://git.kernel.org/tip/e3096c9c7c645279808a6bf7ac2031b1895ddffb
Author: Arnd Bergmann <arnd@...db.de>
AuthorDate: Tue, 6 Oct 2015 22:59:40 +0200
Committer: Thomas Gleixner <tglx@...utronix.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 <lkp@...el.com>
Signed-off-by: Arnd Bergmann <arnd@...db.de>
Cc: Grygorii Strashko <grygorii.strashko@...com>
Cc: Tony Lindgren <tony@...mide.com>
Cc: Linus Walleij <linus.walleij@...aro.org>
Cc: kbuild-all@...org
Cc: Austin Schuh <austin@...oton-tech.com>
Cc: Santosh Shilimkar <ssantosh@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org
Link: http://lkml.kernel.org/r/5400000.cD19rmgWjV@wuerfel
Signed-off-by: Thomas Gleixner <tglx@...utronix.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists