• Guenter Roeck's avatar
    hwmon: (gl518sm) Fix checkpatch issues · 228f8e0c
    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:VxE)
    ERROR: spaces required around that '<' (ctx:VxV)
    ERROR: spaces required around that '==' (ctx:VxV)
    ERROR: spaces required around that ':' (ctx:VxV)
    ERROR: spaces required around that '?' (ctx:VxV)
    ERROR: trailing statements should be on next line
    WARNING: line over 80 characters
    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: default avatarGuenter Roeck <linux@roeck-us.net>
    228f8e0c
gl518sm.c 22.7 KB