WARNING: line length of 95 exceeds 80 columns #459: FILE: net/ipv4/tcp.c:5156: + CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, delivered_ecn_bytes); WARNING: line length of 87 exceeds 80 columns #699: FILE: net/ipv4/tcp_output.c:665: + /* Initial values for AccECN option, ordered is based on ECN field bits WARNING: line length of 81 exceeds 80 columns #700: FILE: net/ipv4/tcp_output.c:666: + * similar to received_ecn_bytes. Used for SYN/ACK AccECN option. WARNING: line length of 86 exceeds 80 columns #712: FILE: net/ipv4/tcp_output.c:678: + e0b = synack_ecn_bytes[ect0_idx] + TCP_ACCECN_E0B_INIT_OFFSET; WARNING: line length of 86 exceeds 80 columns #713: FILE: net/ipv4/tcp_output.c:679: + e1b = synack_ecn_bytes[ect1_idx] + TCP_ACCECN_E1B_INIT_OFFSET; WARNING: line length of 84 exceeds 80 columns #714: FILE: net/ipv4/tcp_output.c:680: + ceb = synack_ecn_bytes[ce_idx] + TCP_ACCECN_CEB_INIT_OFFSET; WARNING: line length of 92 exceeds 80 columns #716: FILE: net/ipv4/tcp_output.c:682: + e0b = tp->received_ecn_bytes[ect0_idx] + TCP_ACCECN_E0B_INIT_OFFSET; WARNING: line length of 92 exceeds 80 columns #717: FILE: net/ipv4/tcp_output.c:683: + e1b = tp->received_ecn_bytes[ect1_idx] + TCP_ACCECN_E1B_INIT_OFFSET; WARNING: line length of 90 exceeds 80 columns #718: FILE: net/ipv4/tcp_output.c:684: + ceb = tp->received_ecn_bytes[ce_idx] + TCP_ACCECN_CEB_INIT_OFFSET; total: 0 errors, 9 warnings, 0 checks, 695 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 4eb47c93109d ("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, 9 warnings, 0 checks, 695 lines checked