Fix Linuxdoc comment
A linuxdoc comment had fallen out of date - it refers to an argument which no longer exists. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
231f7e9d02
commit
cb0c78cc94
|
@ -22,7 +22,6 @@
|
||||||
* handle_bad_irq - handle spurious and unhandled irqs
|
* handle_bad_irq - handle spurious and unhandled irqs
|
||||||
* @irq: the interrupt number
|
* @irq: the interrupt number
|
||||||
* @desc: description of the interrupt
|
* @desc: description of the interrupt
|
||||||
* @regs: pointer to a register structure
|
|
||||||
*
|
*
|
||||||
* Handles spurious and unhandled IRQ's. It also prints a debugmessage.
|
* Handles spurious and unhandled IRQ's. It also prints a debugmessage.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue