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>

authored by Andrea Gelmini and committed by Arnd Bergmann c24cef0b 269b8fd5

+1 -1
+1 -1
include/asm-generic/kdebug.h
··· 3 4 enum die_val { 5 DIE_UNUSED, 6 - DIE_OOPS=1 7 }; 8 9 #endif /* _ASM_GENERIC_KDEBUG_H */
··· 3 4 enum die_val { 5 DIE_UNUSED, 6 + DIE_OOPS = 1, 7 }; 8 9 #endif /* _ASM_GENERIC_KDEBUG_H */