From: Guenter Roeck Date: Thu, 19 Jan 2012 19:02:17 +0000 (-0800) Subject: hwmon: (f71805f) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fff0840c2fa18bd84613c307770e46ddd9db8e2;p=pandora-kernel.git hwmon: (f71805f) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: "foo* bar" should be "foo *bar" ERROR: need consistent spacing around '|' (ctx:VxW) WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead WARNING: static const char * array should probably be static const char * const Also modified multi-line comments to follow Documents/Codingstyle. Cc: Jean Delvare Signed-off-by: Guenter Roeck Acked-by: Jean Delvare --- Reading git-diff-tree failed