[PATCH v2 7/7] mtd: denali: fix indents and other trivial things

2014-09-08 Thread Masahiro Yamada
- Fix indents - Do not break a line unless it is longer than 80 columns - Do not insert a whitespace before ';' - Use whitespaces around operators - Use braces for a "else" block where the "if" block uses ones. Besides, eliminate all the warnings reported by checkpatch.pl: - WARNING: quoted

[PATCH v2 7/7] mtd: denali: fix indents and other trivial things

2014-09-08 Thread Masahiro Yamada
- Fix indents - Do not break a line unless it is longer than 80 columns - Do not insert a whitespace before ';' - Use whitespaces around operators - Use braces for a else block where the if block uses ones. Besides, eliminate all the warnings reported by checkpatch.pl: - WARNING: quoted string