Skip to content

Commit

Permalink
genirq: Fix handle_bad_irq kerneldoc comment
Browse files Browse the repository at this point in the history
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: bd0b9ac ("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]>
  • Loading branch information
arndb authored and KAGA-KOKO committed Oct 9, 2015
1 parent 9d67dc5 commit e3096c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3096c9

Please sign in to comment.