]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (max1619): Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Sun, 15 Jan 2012 05:29:27 +0000 (21:29 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:26 +0000 (18:27 -0700)
commit8958dfb74a8b8673824d21efabaf565777c549fe
tree4e00131ed476e933f7e86d30b3fd089902a06685
parent09770b261914166f326dcff5e43794a5f53e0f6a
hwmon: (max1619): Fix checkpatch issues

Fixed:
ERROR: do not use assignment in if condition
ERROR: trailing whitespace
WARNING: line over 80 characters
WARNING: please, no spaces at the start of a line
WARNING: simple_strtol is obsolete, use kstrtol instead

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max1619.c