WARNING: line length of 95 exceeds 80 columns #332: FILE: net/ipv4/tcp.c:5157: + CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, delivered_ecn_bytes); WARNING: line length of 86 exceeds 80 columns #674: FILE: net/ipv4/tcp_output.c:786: + e0b = synack_ecn_bytes[ect0_idx] + TCP_ACCECN_E0B_INIT_OFFSET; WARNING: line length of 86 exceeds 80 columns #675: FILE: net/ipv4/tcp_output.c:787: + e1b = synack_ecn_bytes[ect1_idx] + TCP_ACCECN_E1B_INIT_OFFSET; WARNING: line length of 84 exceeds 80 columns #676: FILE: net/ipv4/tcp_output.c:788: + ceb = synack_ecn_bytes[ce_idx] + TCP_ACCECN_CEB_INIT_OFFSET; WARNING: line length of 92 exceeds 80 columns #678: FILE: net/ipv4/tcp_output.c:790: + e0b = tp->received_ecn_bytes[ect0_idx] + TCP_ACCECN_E0B_INIT_OFFSET; WARNING: line length of 92 exceeds 80 columns #679: FILE: net/ipv4/tcp_output.c:791: + e1b = tp->received_ecn_bytes[ect1_idx] + TCP_ACCECN_E1B_INIT_OFFSET; WARNING: line length of 90 exceeds 80 columns #680: FILE: net/ipv4/tcp_output.c:792: + ceb = tp->received_ecn_bytes[ce_idx] + TCP_ACCECN_CEB_INIT_OFFSET; total: 0 errors, 7 warnings, 0 checks, 672 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 fa287f672d34 ("tcp: accecn: AccECN option") 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, 672 lines checked