From: Pavel Emelyanov <xemul@openvz.org>
Date: Fri, 25 Jul 2008 08:48:44 +0000 (-0700)
Subject: bsdacct: "truthify" a comment near acct_process
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c552858ac2b1732a99d234d46b98098baef41ff;p=linux.git

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>
---

diff --git a/kernel/acct.c b/kernel/acct.c
index ee3e605190f96..d9ee1838b4d44 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
  */