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].hl); WARNING: line length of 81 exceeds 80 columns #366: FILE: drivers/hwmon/nct6694-hwmon.c:297: + *val = in_from_reg(data->msg->hwmon_alarm.vin_limit[channel].ll); WARNING: line length of 87 exceeds 80 columns #419: FILE: drivers/hwmon/nct6694-hwmon.c:350: + /* Real temperature(milli degrees Celsius) = temp_raw * 1000 * 0.125 */ WARNING: line length of 81 exceeds 80 columns #435: FILE: drivers/hwmon/nct6694-hwmon.c:366: + *val = temp_from_reg(data->msg->hwmon_alarm.tin_cfg[channel].hl); WARNING: line length of 84 exceeds 80 columns #452: FILE: drivers/hwmon/nct6694-hwmon.c:383: + data->msg->hwmon_alarm.tin_cfg[channel].hyst); WARNING: line length of 97 exceeds 80 columns #705: FILE: drivers/hwmon/nct6694-hwmon.c:636: + (data->msg->hwmon_alarm.tin_cfg[channel].hyst & ~NCT6694_TIN_HYST_MASK) | total: 0 errors, 6 warnings, 0 checks, 978 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 56f4fd0faa9c ("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, 0 checks, 978 lines checked