aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-05-09 02:33:22 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-09 12:30:48 -0700
commitcb0c78cc94a63871cad051674516b38e4a8aef95 (patch)
tree2f90ad36bcfebf29caa3bc38cc5775e53ac58a54 /kernel/irq
parentuml: mark a tt-only function (diff)
downloadlinux-dev-cb0c78cc94a63871cad051674516b38e4a8aef95.tar.xz
linux-dev-cb0c78cc94a63871cad051674516b38e4a8aef95.zip
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.c1
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 @@
* 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.
*/