CHECK: struct mutex definition without comment #197: FILE: drivers/hwmon/nct6694-hwmon.c:128: + struct mutex lock; WARNING: line length of 81 exceeds 80 columns #340: FILE: drivers/hwmon/nct6694-hwmon.c:271: + *val = in_from_reg(data->msg->hwmon_alarm.vin_limit[channel].hl); WARNING: line length of 81 exceeds 80 columns #351: FILE: drivers/hwmon/nct6694-hwmon.c:282: + *val = in_from_reg(data->msg->hwmon_alarm.vin_limit[channel].ll); WARNING: line length of 87 exceeds 80 columns #397: FILE: drivers/hwmon/nct6694-hwmon.c:328: + /* Real temperature(milli degrees Celsius) = temp_raw * 1000 * 0.125 */ WARNING: line length of 81 exceeds 80 columns #409: FILE: drivers/hwmon/nct6694-hwmon.c:340: + *val = temp_from_reg(data->msg->hwmon_alarm.tin_cfg[channel].hl); WARNING: line length of 84 exceeds 80 columns #422: FILE: drivers/hwmon/nct6694-hwmon.c:353: + data->msg->hwmon_alarm.tin_cfg[channel].hyst); WARNING: line length of 97 exceeds 80 columns #635: FILE: drivers/hwmon/nct6694-hwmon.c:566: + (data->msg->hwmon_alarm.tin_cfg[channel].hyst & ~NCT6694_TIN_HYST_MASK) | total: 0 errors, 6 warnings, 1 checks, 881 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit c6f9d2cde344 ("hwmon: Add Nuvoton NCT6694 HWMON support") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 6 warnings, 1 checks, 881 lines checked