WARNING: line length of 86 exceeds 80 columns #33: FILE: drivers/net/can/spi/hi311x.c:700: + cf->can_id |= CAN_ERR_PROT | CAN_ERR_BUSERROR; WARNING: line length of 81 exceeds 80 columns #58: FILE: drivers/net/can/spi/hi311x.c:710: + cf->data[2] |= CAN_ERR_PROT_FORM; WARNING: line length of 82 exceeds 80 columns #62: FILE: drivers/net/can/spi/hi311x.c:714: + cf->data[2] |= CAN_ERR_PROT_STUFF; WARNING: line length of 88 exceeds 80 columns #66: FILE: drivers/net/can/spi/hi311x.c:718: + cf->data[3] |= CAN_ERR_PROT_LOC_CRC_SEQ; WARNING: line length of 84 exceeds 80 columns #70: FILE: drivers/net/can/spi/hi311x.c:722: + cf->data[3] |= CAN_ERR_PROT_LOC_ACK; WARNING: line length of 88 exceeds 80 columns #76: FILE: drivers/net/can/spi/hi311x.c:727: + cf->data[6] = hi3110_read(spi, HI3110_READ_TEC); WARNING: line length of 88 exceeds 80 columns #77: FILE: drivers/net/can/spi/hi311x.c:728: + cf->data[7] = hi3110_read(spi, HI3110_READ_REC); total: 0 errors, 7 warnings, 0 checks, 56 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 587f1710889f ("can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics") 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, 7 warnings, 0 checks, 56 lines checked