WARNING: line length of 81 exceeds 80 columns #150: FILE: drivers/i2c/busses/i2c-nct6694.c:80: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); WARNING: line length of 81 exceeds 80 columns #154: FILE: drivers/i2c/busses/i2c-nct6694.c:84: + memcpy(msg_temp->buf, deliver->read_data, msg_temp->len); WARNING: line length of 82 exceeds 80 columns #157: FILE: drivers/i2c/busses/i2c-nct6694.c:87: + memcpy(deliver->write_data, msg_temp->buf, msg_temp->len); WARNING: line length of 81 exceeds 80 columns #158: FILE: drivers/i2c/busses/i2c-nct6694.c:88: + ret = nct6694_write_msg(data->nct6694, &cmd_hd, deliver); total: 0 errors, 4 warnings, 0 checks, 182 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 90b786dec779 ("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, 4 warnings, 0 checks, 182 lines checked