Skip to content

Commit

Permalink
x86: coding style fixes in arch/x86/ia32/audit.c
Browse files Browse the repository at this point in the history
Fix one error reported by checkpatch,
it now reports:

total: 0 errors, 0 warnings, 42 lines checked

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Jan 30, 2008
1 parent bac4894 commit 7375931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/ia32/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unsigned ia32_signal_class[] = {

int ia32_classify_syscall(unsigned syscall)
{
switch(syscall) {
switch (syscall) {
case __NR_open:
return 2;
case __NR_openat:
Expand Down

0 comments on commit 7375931

Please sign in to comment.