]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (lm77) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Sat, 14 Jan 2012 21:42:20 +0000 (13:42 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:24 +0000 (18:27 -0700)
commit02fe2fd949daf7906dba4d7a795c5eed79bfc24f
tree26370d83d0314b87f4f686823295ee212a91e36f
parentf445a9af939a6989e356a25ca97ea691d98bc336
hwmon: (lm77) Fix checkpatch issues

Fixed:
ERROR: code indent should use tabs where possible
ERROR: do not use assignment in if condition
ERROR: trailing whitespace
WARNING: line over 80 characters
WARNING: please, no space before tabs
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 <linux@roeck-us.net>
drivers/hwmon/lm77.c