From: Guenter Roeck Date: Sun, 15 Jan 2012 06:21:41 +0000 (-0800) Subject: hwmon: (sis5595) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fda79ec8654afa98fb9bad04d1e08df853fe05e;p=pandora-kernel.git hwmon: (sis5595) Fix checkpatch issues Fixed: ERROR: do not use assignment in if condition ERROR: space prohibited after that open parenthesis '(' ERROR: space prohibited before that close parenthesis ')' ERROR: space required after that ',' (ctx:VxV) ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '==' (ctx:VxV) ERROR: trailing statements should be on next line ERROR: trailing whitespace ERROR: Macros with multiple statements should be enclosed in a do - while loop WARNING: line over 80 characters WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead Modify multi-line comments to follow Documentation/CodingStyle. Cc: Aurelien Jarno Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed