WARNING: line length of 96 exceeds 80 columns #100: 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 #161: FILE: drivers/i2c/busses/i2c-nct6694.c:89: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); WARNING: line length of 81 exceeds 80 columns #165: FILE: drivers/i2c/busses/i2c-nct6694.c:93: + memcpy(msg_temp->buf, deliver->read_data, msg_temp->len); WARNING: line length of 82 exceeds 80 columns #168: FILE: drivers/i2c/busses/i2c-nct6694.c:96: + memcpy(deliver->write_data, msg_temp->buf, msg_temp->len); WARNING: line length of 81 exceeds 80 columns #169: FILE: drivers/i2c/busses/i2c-nct6694.c:97: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); total: 0 errors, 5 warnings, 0 checks, 214 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 e1888b985cc2 ("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, 214 lines checked