diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-27 05:54:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-27 20:32:39 -0400 |
commit | 1dbe83c3445a1604546620a60888cf26b63f8782 (patch) | |
tree | c4113aeb6a2beaff433ffddd19121f37e119b444 /kernel/acct.c | |
parent | 283fef59d6e934e8da11631446ea8e2e93fce14c (diff) |
[PATCH] fix kernel-doc in kernel/ dir
Fix kernel-doc parameters in kernel/
Warning(/var/linsrc/linux-2617-g9//kernel/auditsc.c:1376): No description found for parameter 'u_abs_timeout'
Warning(/var/linsrc/linux-2617-g9//kernel/auditsc.c:1420): No description found for parameter 'u_msg_prio'
Warning(/var/linsrc/linux-2617-g9//kernel/auditsc.c:1420): No description found for parameter 'u_abs_timeout'
Warning(/var/linsrc/linux-2617-g9//kernel/acct.c:526): No description found for parameter 'pacct'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/acct.c')
-rw-r--r-- | kernel/acct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index 4c613de66025..126ca43d5d2b 100644 --- a/kernel/acct.c +++ b/kernel/acct.c | |||
@@ -521,6 +521,7 @@ static void do_acct_process(struct file *file) | |||
521 | 521 | ||
522 | /** | 522 | /** |
523 | * acct_init_pacct - initialize a new pacct_struct | 523 | * acct_init_pacct - initialize a new pacct_struct |
524 | * @pacct: per-process accounting info struct to initialize | ||
524 | */ | 525 | */ |
525 | void acct_init_pacct(struct pacct_struct *pacct) | 526 | void acct_init_pacct(struct pacct_struct *pacct) |
526 | { | 527 | { |