X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fauditsc.c;h=af1de0f34eaed8dbf3dfb0057cd5c200da70b47a;hb=b6e238dceed36891cc633167afe7151f1f3d83c5;hp=caaea6e944f859595020a29265038e9669a2501f;hpb=ea51e5040e24eefe44d70bc654a237ca1f0225b0;p=karo-tx-linux.git diff --git a/kernel/auditsc.c b/kernel/auditsc.c index caaea6e944f8..af1de0f34eae 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1863,11 +1863,12 @@ void __audit_syscall_entry(int arch, int major, /** * audit_syscall_exit - deallocate audit context after a system call - * @pt_regs: syscall registers + * @success: success value of the syscall + * @return_code: return value of the syscall * * Tear down after system call. If the audit context has been marked as * auditable (either because of the AUDIT_RECORD_CONTEXT state from - * filtering, or because some other part of the kernel write an audit + * filtering, or because some other part of the kernel wrote an audit * message), then write out the syscall information. In call cases, * free the names stored from getname(). */