mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 18:49:34 +02:00
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>
This commit is contained in:
parent
8c103696fa
commit
c8de83624c
1 changed files with 290 additions and 216 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue