The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH1/5] x86: coding style fixes in arch/x86/ia32/audit.c
@ 2008-01-08 19:32 Paolo Ciarrocchi
  0 siblings, 0 replies; only message in thread
From: Paolo Ciarrocchi @ 2008-01-08 19:32 UTC (permalink / raw)
  To: tglx, mingo, hpa, mingo, Linux Kernel, trivial

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>
---
 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 91b7b59..5d7b381 100644
--- 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:
-- 
1.5.4.rc2.17.g257f


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-08 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-08 19:32 [PATCH1/5] x86: coding style fixes in arch/x86/ia32/audit.c Paolo Ciarrocchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox