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@gelma.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Andrea Gelmini 2010-02-27 17:51:35 +01:00 committed by Arnd Bergmann
parent 269b8fd5d0
commit c24cef0b68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
enum die_val {
DIE_UNUSED,
DIE_OOPS=1
DIE_OOPS = 1,
};
#endif /* _ASM_GENERIC_KDEBUG_H */