From: Laurent Navet Date: Thu, 10 Jan 2013 14:07:42 +0000 (+0100) Subject: i2c: nforce2: fix coding style issues X-Git-Tag: v3.9-rc1~75^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c38dc8911b86b7c49305e2f2b631cd1241f2d87;p=pandora-kernel.git 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 Reviewed-by: Jean Delvare Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed