Commit 9f8dbe9c9ccd847b07a374f92f3c71251e5789cf
Committed by
Linus Torvalds
1 parent
314f70fd96
Exists in
master
and in
7 other branches
whitespace fixes: syscall auditing
Signed-off-by: Daniel Walker <dwalker@mvista.com> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff
kernel/auditsc.c
... | ... | @@ -320,7 +320,7 @@ |
320 | 320 | result = audit_comparator(tsk->personality, f->op, f->val); |
321 | 321 | break; |
322 | 322 | case AUDIT_ARCH: |
323 | - if (ctx) | |
323 | + if (ctx) | |
324 | 324 | result = audit_comparator(ctx->arch, f->op, f->val); |
325 | 325 | break; |
326 | 326 | |
... | ... | @@ -898,7 +898,7 @@ |
898 | 898 | if (context->personality != PER_LINUX) |
899 | 899 | audit_log_format(ab, " per=%lx", context->personality); |
900 | 900 | if (context->return_valid) |
901 | - audit_log_format(ab, " success=%s exit=%ld", | |
901 | + audit_log_format(ab, " success=%s exit=%ld", | |
902 | 902 | (context->return_valid==AUDITSC_SUCCESS)?"yes":"no", |
903 | 903 | context->return_code); |
904 | 904 | |
... | ... | @@ -1135,8 +1135,8 @@ |
1135 | 1135 | return; |
1136 | 1136 | |
1137 | 1137 | /* Check for system calls that do not go through the exit |
1138 | - * function (e.g., exit_group), then free context block. | |
1139 | - * We use GFP_ATOMIC here because we might be doing this | |
1138 | + * function (e.g., exit_group), then free context block. | |
1139 | + * We use GFP_ATOMIC here because we might be doing this | |
1140 | 1140 | * in the context of the idle thread */ |
1141 | 1141 | /* that can happen only if we are called from do_exit() */ |
1142 | 1142 | if (context->in_syscall && context->auditable) |
... | ... | @@ -1316,7 +1316,7 @@ |
1316 | 1316 | context->pwdmnt = mntget(current->fs->pwdmnt); |
1317 | 1317 | read_unlock(¤t->fs->lock); |
1318 | 1318 | } |
1319 | - | |
1319 | + | |
1320 | 1320 | } |
1321 | 1321 | |
1322 | 1322 | /* audit_putname - intercept a putname request |