diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-09 02:33:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 12:30:48 -0700 |
commit | cb0c78cc94a63871cad051674516b38e4a8aef95 (patch) | |
tree | 2f90ad36bcfebf29caa3bc38cc5775e53ac58a54 /kernel/irq | |
parent | 231f7e9d029a710c14352bff3b8d3753cb9bfde8 (diff) | |
download | op-kernel-dev-cb0c78cc94a63871cad051674516b38e4a8aef95.zip op-kernel-dev-cb0c78cc94a63871cad051674516b38e4a8aef95.tar.gz |
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 32e1ab1..e391cbb 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. */ |