diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-11-07 01:01:06 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:53:55 -0800 |
commit | 1e5d533142c1c178a31d4cc81837eb078f9269bc (patch) | |
tree | 7708cc8667035ad7903f3c2c617a54240f2d6e77 /kernel/irq | |
parent | 8a0d4900697f2d615a77cd99585e743c1af555a3 (diff) | |
download | linux-1e5d533142c1c178a31d4cc81837eb078f9269bc.tar.gz linux-1e5d533142c1c178a31d4cc81837eb078f9269bc.tar.bz2 linux-1e5d533142c1c178a31d4cc81837eb078f9269bc.zip |
[PATCH] more kernel-doc cleanups, additions
Various core kernel-doc cleanups:
- add missing function parameters in ipc, irq/manage, kernel/sys,
kernel/sysctl, and mm/slab;
- move description to just above function for kernel_restart()
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/manage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 1cfdb08ddf20..3bd7226d15fa 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -24,6 +24,7 @@ cpumask_t __cacheline_aligned pending_irq_cpumask[NR_IRQS]; /** * synchronize_irq - wait for pending IRQ handlers (on other CPUs) + * @irq: interrupt number to wait for * * This function waits for any pending IRQ handlers for this interrupt * to complete before returning. If you use this function while |