aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-07-25 01:48:44 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-25 10:53:46 -0700
commit1c552858ac2b1732a99d234d46b98098baef41ff (patch)
treecfbd66b72a9fced68b1b937ef353a1dcf9b0b1f0
parent20fad13ac66ac001c19220d3d08b4de5b6cca6e1 (diff)
bsdacct: "truthify" a comment near acct_process
The acct_process does not accept any arguments actually. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Cc: Balbir Singh <balbir@in.ibm.com> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--kernel/acct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c
index ee3e605190f..d9ee1838b4d 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -579,7 +579,6 @@ void acct_collect(long exitcode, int group_dead)
/**
* acct_process - now just a wrapper around do_acct_process
- * @exitcode: task exit code
*
* handles process accounting for an exiting task
*/