]> www.infradead.org Git - mtd-utils.git/commit
mtd_debug: fixup style
authorBrian Norris <computersforpeace@gmail.com>
Fri, 19 Aug 2011 17:07:47 +0000 (10:07 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 23 Aug 2011 06:27:48 +0000 (09:27 +0300)
commit307ac3d60cb168af8531f6eba75950d4c96b7ffe
treed1852822fa40cd46fa7ebcbe6f4f3f7c774448e3
parent92ed6c0bf6f6793395cdeec5a61ac2059b005056
mtd_debug: fixup style

Remove extraneous spaces.
Put braces on same line as "if", "for", "switch", etc. statements.
No parentheses around return values.
Use "errmsg_die" from common.h.
Replace "exit (1)" with "exit(EXIT_FAILURE)".

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mtd_debug.c