public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Codying style fixes in ./arch/x86/ia32
@ 2008-01-07 11:35 Paolo Ciarrocchi
  2008-01-08 10:20 ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Ciarrocchi @ 2008-01-07 11:35 UTC (permalink / raw)
  To: tglx, mingo, hpa; +Cc: Ingo Molnar, 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




-- 
Paolo
http://paolo.ciarrocchi.googlepages.com/

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-08 10:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 11:35 [PATCH 1/5] Codying style fixes in ./arch/x86/ia32 Paolo Ciarrocchi
2008-01-08 10:20 ` Ingo Molnar
2008-01-08 10:24   ` Paolo Ciarrocchi
2008-01-08 10:28     ` Ingo Molnar
2008-01-08 10:41       ` Paolo Ciarrocchi

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