Home
last modified time | relevance | path

Searched hist:c8de83624c33b2f5dc6ba497477fc2019b547949 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Ddme1737.cdiff c8de83624c33b2f5dc6ba497477fc2019b547949 Sat Jan 14 22:25:01 CET 2012 Guenter Roeck <linux@roeck-us.net> hwmon: (dme1737) Fix checkpatch issues

Fixed:
WARNING: braces {} are not necessary for any arm of this statement
WARNING: braces {} are not necessary for single statement blocks
WARNING: simple_strtol is obsolete, use kstrtol instead

Modify multi-line comments to follow Documentation/CodingStyle.

Also: s/#define^I/#define /

Not fixed (false positive):
ERROR: Macros with multiple statements should be enclosed in a do - while loop

Cc: Juerg Haefliger <juergh@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>