From: Jeff Dike Date: Wed, 9 May 2007 09:33:22 +0000 (-0700) Subject: Fix Linuxdoc comment X-Git-Tag: v2.6.22-rc1~282 X-Git-Url: http://git.rot13.org/?p=powerpc.git;a=commitdiff_plain;h=cb0c78cc94a63871cad051674516b38e4a8aef95 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 32e1ab1477..e391cbb1f5 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 - * @regs: pointer to a register structure * * Handles spurious and unhandled IRQ's. It also prints a debugmessage. */