diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-09 05:33:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 15:30:48 -0400 |
commit | cb0c78cc94a63871cad051674516b38e4a8aef95 (patch) | |
tree | 2f90ad36bcfebf29caa3bc38cc5775e53ac58a54 /kernel/irq | |
parent | 231f7e9d029a710c14352bff3b8d3753cb9bfde8 (diff) |
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>
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/handle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 32e1ab1477d1..e391cbb1f566 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
@@ -22,7 +22,6 @@ | |||
22 | * handle_bad_irq - handle spurious and unhandled irqs | 22 | * handle_bad_irq - handle spurious and unhandled irqs |
23 | * @irq: the interrupt number | 23 | * @irq: the interrupt number |
24 | * @desc: description of the interrupt | 24 | * @desc: description of the interrupt |
25 | * @regs: pointer to a register structure | ||
26 | * | 25 | * |
27 | * Handles spurious and unhandled IRQ's. It also prints a debugmessage. | 26 | * Handles spurious and unhandled IRQ's. It also prints a debugmessage. |
28 | */ | 27 | */ |