WARNING: line length of 96 exceeds 80 columns #101: FILE: drivers/i2c/busses/i2c-nct6694.c:28: +static unsigned char br_reg[NCT6694_I2C_MAX_DEVS] = {[0 ... (NCT6694_I2C_MAX_DEVS - 1)] = 0xFF}; WARNING: line length of 81 exceeds 80 columns #164: FILE: drivers/i2c/busses/i2c-nct6694.c:91: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); WARNING: line length of 81 exceeds 80 columns #168: FILE: drivers/i2c/busses/i2c-nct6694.c:95: + memcpy(msg_temp->buf, deliver->read_data, msg_temp->len); WARNING: line length of 82 exceeds 80 columns #171: FILE: drivers/i2c/busses/i2c-nct6694.c:98: + memcpy(deliver->write_data, msg_temp->buf, msg_temp->len); WARNING: line length of 81 exceeds 80 columns #172: FILE: drivers/i2c/busses/i2c-nct6694.c:99: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); total: 0 errors, 5 warnings, 0 checks, 223 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 26ecd7b8c688 ("i2c: Add Nuvoton NCT6694 I2C 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, 5 warnings, 0 checks, 223 lines checked