projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269b8fd
)
asm-generic: kdebug.h: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:35 +0000
(17:51 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 9 Oct 2010 19:51:44 +0000
(21:51 +0200)
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>
include/asm-generic/kdebug.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-generic/kdebug.h
b/include/asm-generic/kdebug.h
index 11e57b6a85fcd78e451e88a34a14d20c8c1cc04d..d1814497bcdb050a0694453441b2722c7ce75898 100644
(file)
--- 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 */