asm-generic: kdebug.h: Checkpatch cleanup
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:35 +0000 (17:51 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sat, 9 Oct 2010 19:51:44 +0000 (21:51 +0200)
include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV)

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/kdebug.h

index 11e57b6..d181449 100644 (file)
@@ -3,7 +3,7 @@
 
 enum die_val {
        DIE_UNUSED,
-       DIE_OOPS=1
+       DIE_OOPS = 1,
 };
 
 #endif /* _ASM_GENERIC_KDEBUG_H */