• Guenter Roeck's avatar
    hwmon: (adm1025) Fix checkpatch issues · 2b22de51
    Guenter Roeck authored
    Fixed:
    ERROR: do not use assignment in if condition
    ERROR: space required after that ',' (ctx:VxV)
    ERROR: spaces required around that '<' (ctx:VxV)
    ERROR: spaces required around that '=' (ctx:VxV)
    ERROR: trailing whitespace
    WARNING: simple_strtol is obsolete, use kstrtol instead
    WARNING: simple_strtoul is obsolete, use kstrtoul instead
    
    Not fixed:
    ERROR: Macros with multiple statements should be enclosed in a do - while loop
    Acked-by: default avatarJean Delvare <khali@linux-fr.org>
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    2b22de51
adm1025.c 18.6 KB