[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1267289508-31031-55-git-send-email-andrea.gelmini@gelma.net>
Date: Sat, 27 Feb 2010 17:51:35 +0100
From: Andrea Gelmini <andrea.gelmini@...ma.net>
To: linux-kernel@...r.kernel.org
Cc: Andrea Gelmini <andrea.gelmini@...ma.net>,
Arnd Bergmann <arnd@...db.de>, linux-arch@...r.kernel.org
Subject: [PATCH 54/66] include/asm-generic/kdebug.h: Checkpatch cleanup
include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV)
Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net>
---
include/asm-generic/kdebug.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h
index 11e57b6..832be39 100644
--- a/include/asm-generic/kdebug.h
+++ b/include/asm-generic/kdebug.h
@@ -3,7 +3,7 @@
enum die_val {
DIE_UNUSED,
- DIE_OOPS=1
+ DIE_OOPS = 1
};
#endif /* _ASM_GENERIC_KDEBUG_H */
--
1.7.0.90.g251a4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists