Prechádzať zdrojové kódy

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>
Andrea Gelmini 15 rokov pred
rodič
commit
c24cef0b68
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      include/asm-generic/kdebug.h

+ 1 - 1
include/asm-generic/kdebug.h

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