From: Andrea Gelmini Date: Sat, 27 Feb 2010 16:51:35 +0000 (+0100) Subject: asm-generic: kdebug.h: Checkpatch cleanup X-Git-Tag: firefly_0821_release~7613^2~3695^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c24cef0b68a719324c344c1563ef3d750ac6bf0e;p=firefly-linux-kernel-4.4.55.git asm-generic: kdebug.h: Checkpatch cleanup include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV) Signed-off-by: Andrea Gelmini Signed-off-by: Arnd Bergmann --- diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h index 11e57b6a85fc..d1814497bcdb 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 */