浏览代码

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 年之前
父节点
当前提交
c24cef0b68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-generic/kdebug.h

+ 1 - 1
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 */