diff options
author | Laurent Navet <laurent.navet@gmail.com> | 2013-01-10 14:07:42 (GMT) |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2013-01-28 04:26:42 (GMT) |
commit | 5c38dc8911b86b7c49305e2f2b631cd1241f2d87 (patch) | |
tree | dc6964e42fb260b105007019d6e6542ce0a96f70 /mm | |
parent | 81e34f913402284deed1a74ad7dcfa79396cbcc4 (diff) | |
download | linux-fsl-qoriq-5c38dc8911b86b7c49305e2f2b631cd1241f2d87.tar.xz |
i2c: nforce2: fix coding style issues
avoid these checkpatch.pl issues :
- ERROR: "foo * bar" should be "foo *bar"
- ERROR: switch and case should be at the same indent
- ERROR: "(foo*)" should be "(foo *)"
- ERROR: do not use assignment in if condition
- ERROR: space required before the open parenthesis '('
- WARNING: suspect code indent for conditional statements
- WARNING: quoted string split across lines
- WARNING: space prohibited between function name and open parenthesis '('
- WARNING: line over 80 characters
also add spaces around some "+", "=", "*"
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions