From: Masahiro Yamada Date: Tue, 16 Sep 2014 11:04:25 +0000 (+0900) Subject: mtd: denali: fix indents and other trivial things X-Git-Tag: fixes-against-v3.18-rc2~54^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8125450cd855839c2f6d0eec86c560ffd02db374;p=pandora-kernel.git mtd: denali: fix indents and other trivial things - 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 split across lines - WARNING: else is not generally useful after a break or return - WARNING: Missing a blank line after declarations - WARNING: Avoid line continuations in quoted strings Signed-off-by: Masahiro Yamada Signed-off-by: Brian Norris --- Reading git-diff-tree failed