From: Jeff Dike A linuxdoc comment had fallen out of date - it refers to an argument which no longer exists. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton --- kernel/irq/handle.c | 1 - 1 files changed, 1 deletion(-) diff -puN kernel/irq/handle.c~fix-linuxdoc-comment kernel/irq/handle.c --- a/kernel/irq/handle.c~fix-linuxdoc-comment +++ a/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 - * @regs: pointer to a register structure * * Handles spurious and unhandled IRQ's. It also prints a debugmessage. */ _