diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 15:04:25 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-09-19 20:39:27 +0400 |
commit | 8125450cd855839c2f6d0eec86c560ffd02db374 (patch) | |
tree | c75121f028577a010ea687116ecdad1a8c824739 /drivers/mtd/maps | |
parent | 7d14ecd050a43ff80ad284027a521390af1c29be (diff) | |
download | linux-8125450cd855839c2f6d0eec86c560ffd02db374.tar.xz |
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 <yamada.m@jp.panasonic.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/maps')
0 files changed, 0 insertions, 0 deletions