From: Guenter Roeck Date: Sun, 15 Jan 2012 05:04:18 +0000 (-0800) Subject: hwmon: (lm92) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a318afd890ea4cf1e35543ad100704173edb4406;p=pandora-kernel.git hwmon: (lm92) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '*=' (ctx:VxV) ERROR: trailing whitespace 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 Modify multi-line comments to follow Documentation/CodingStyle. Cc: Jean Delvare Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed