Commit-ID:  e3096c9c7c645279808a6bf7ac2031b1895ddffb
Gitweb:     http://git.kernel.org/tip/e3096c9c7c645279808a6bf7ac2031b1895ddffb
Author:     Arnd Bergmann <[email protected]>
AuthorDate: Tue, 6 Oct 2015 22:59:40 +0200
Committer:  Thomas Gleixner <[email protected]>
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Grygorii Strashko <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: Austin Schuh <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/5400000.cD19rmgWjV@wuerfel
Signed-off-by: Thomas Gleixner <[email protected]>
---
 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to