Skip to content

Commit

Permalink
asm-generic: kdebug.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV)

Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
Gelma authored and arndb committed Oct 9, 2010
1 parent 269b8fd commit c24cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

enum die_val {
DIE_UNUSED,
DIE_OOPS=1
DIE_OOPS = 1,
};

#endif /* _ASM_GENERIC_KDEBUG_H */

0 comments on commit c24cef0

Please sign in to comment.