diff options
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 21eae3c05ec0..7208c1df248d 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c | |||
@@ -2406,7 +2406,7 @@ int __audit_log_bprm_fcaps(struct linux_binprm *bprm, | |||
2406 | * @new: the new credentials | 2406 | * @new: the new credentials |
2407 | * @old: the old (current) credentials | 2407 | * @old: the old (current) credentials |
2408 | * | 2408 | * |
2409 | * Record the aguments userspace sent to sys_capset for later printing by the | 2409 | * Record the arguments userspace sent to sys_capset for later printing by the |
2410 | * audit system if applicable | 2410 | * audit system if applicable |
2411 | */ | 2411 | */ |
2412 | void __audit_log_capset(const struct cred *new, const struct cred *old) | 2412 | void __audit_log_capset(const struct cred *new, const struct cred *old) |