WARNING: line length of 82 exceeds 80 columns #271: FILE: drivers/hwmon/nct6694-hwmon.c:202: + enable_buf[HWMON_FIN_EN(channel / 8)] |= BIT(channel % 8); WARNING: line length of 83 exceeds 80 columns #273: FILE: drivers/hwmon/nct6694-hwmon.c:204: + enable_buf[HWMON_FIN_EN(channel / 8)] &= ~BIT(channel % 8); WARNING: line length of 81 exceeds 80 columns #342: FILE: drivers/hwmon/nct6694-hwmon.c:273: +static umode_t nct6694_is_visible(const void *data, enum hwmon_sensor_types type, WARNING: From:/Signed-off-by: email address mismatch: 'From: Ming Yu ' != 'Signed-off-by: Ming Yu ' total: 0 errors, 4 warnings, 0 checks, 437 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 28ad553c05ec ("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, 4 warnings, 0 checks, 437 lines checked