projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac4894
)
x86: coding style fixes in arch/x86/ia32/audit.c
author
Paolo Ciarrocchi
<paolo.ciarrocchi@gmail.com>
Wed, 30 Jan 2008 12:32:54 +0000
(13:32 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:32:54 +0000
(13:32 +0100)
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>
arch/x86/ia32/audit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/ia32/audit.c
b/arch/x86/ia32/audit.c
index 91b7b5922dfa8a150d3aaa189fec81e0080033b1..5d7b381da692e082ae4edb75a71e8a4c009bdb34 100644
(file)
--- a/
arch/x86/ia32/audit.c
+++ b/
arch/x86/ia32/audit.c
@@
-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: