From: Guenter Roeck Date: Sat, 14 Jan 2012 21:32:55 +0000 (-0800) Subject: hwmon: (gl518sm) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228f8e0c60e96f16ae7739b62187622d566022a9;p=pandora-kernel.git hwmon: (gl518sm) Fix checkpatch issues Fixed: ERROR: do not use assignment in if condition ERROR: space required after that ',' (ctx:VxV) ERROR: spaces required around that '?' (ctx:VxE) ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around 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 WARNING: line over 80 characters WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead Modify multi-line comments to follow Documentation/CodingStyle. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed