diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-11-07 04:01:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:55 -0500 |
commit | 1e5d533142c1c178a31d4cc81837eb078f9269bc (patch) | |
tree | 7708cc8667035ad7903f3c2c617a54240f2d6e77 /kernel/sysctl.c | |
parent | 8a0d4900697f2d615a77cd99585e743c1af555a3 (diff) |
[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/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index e1351200ce85..c4f35f96884d 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1997,6 +1997,7 @@ int proc_dointvec_jiffies(ctl_table *table, int write, struct file *filp, | |||
1997 | * @filp: the file structure | 1997 | * @filp: the file structure |
1998 | * @buffer: the user buffer | 1998 | * @buffer: the user buffer |
1999 | * @lenp: the size of the user buffer | 1999 | * @lenp: the size of the user buffer |
2000 | * @ppos: pointer to the file position | ||
2000 | * | 2001 | * |
2001 | * Reads/writes up to table->maxlen/sizeof(unsigned int) integer | 2002 | * Reads/writes up to table->maxlen/sizeof(unsigned int) integer |
2002 | * values from/to the user buffer, treated as an ASCII string. | 2003 | * values from/to the user buffer, treated as an ASCII string. |