diff options
-rw-r--r-- | arch/x86/ia32/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/ia32/audit.c b/arch/x86/ia32/audit.c index 91b7b5922dfa..5d7b381da692 100644 --- a/arch/x86/ia32/audit.c +++ b/arch/x86/ia32/audit.c | |||
@@ -27,7 +27,7 @@ unsigned ia32_signal_class[] = { | |||
27 | 27 | ||
28 | int ia32_classify_syscall(unsigned syscall) | 28 | int ia32_classify_syscall(unsigned syscall) |
29 | { | 29 | { |
30 | switch(syscall) { | 30 | switch (syscall) { |
31 | case __NR_open: | 31 | case __NR_open: |
32 | return 2; | 32 | return 2; |
33 | case __NR_openat: | 33 | case __NR_openat: |