From: Guenter Roeck Date: Sun, 15 Jan 2012 19:03:08 +0000 (-0800) Subject: hwmon: (w83l786ng) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3ccad827175fa47f4b20ea4c7072e1ddc33128;p=pandora-kernel.git hwmon: (w83l786ng) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: space required after that ',' (ctx:VxV) WARNING: braces {} are not necessary for single statement blocks 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 WARNING: space prohibited between function name and open parenthesis '(' Not fixed (false positive): ERROR: Macros with complex values should be enclosed in parenthesis Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed