Commit c24cef0b authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Arnd Bergmann

asm-generic: kdebug.h: Checkpatch cleanup

include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV)
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 269b8fd5
......@@ -3,7 +3,7 @@
enum die_val {
DIE_UNUSED,
DIE_OOPS=1
DIE_OOPS = 1,
};
#endif /* _ASM_GENERIC_KDEBUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment