WARNING: line length of 87 exceeds 80 columns
#58: FILE: include/linux/tcp.h:297:
+	u32	received_ce;	/* Like the above but for received CE marked packets */

WARNING: line length of 83 exceeds 80 columns
#59: FILE: include/linux/tcp.h:298:
+	u8	received_ce_pending:4, /* Not yet transmitted cnt of received_ce */

WARNING: line length of 89 exceeds 80 columns
#136: FILE: net/ipv4/tcp.c:5029:
+	CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, received_ce);

WARNING: line length of 82 exceeds 80 columns
#145: FILE: net/ipv4/tcp.c:5037:
+	CACHELINE_ASSERT_GROUP_SIZE(struct tcp_sock, tcp_sock_write_txrx, 97 + 7);

WARNING: line length of 81 exceeds 80 columns
#210: FILE: net/ipv4/tcp_input.c:438:
+	/* Reordered ACK? (...or uncertain due to lack of data to send and ts) */

WARNING: line length of 82 exceeds 80 columns
#227: FILE: net/ipv4/tcp_input.c:455:
+	corrected_ace = tcp_accecn_ace(tcp_hdr(skb)) - TCP_ACCECN_CEP_INIT_OFFSET;

WARNING: line length of 91 exceeds 80 columns
#232: FILE: net/ipv4/tcp_input.c:460:
+	safe_delta = delivered_pkts - ((delivered_pkts - delta) & TCP_ACCECN_CEP_ACE_MASK);

WARNING: line length of 90 exceeds 80 columns
#295: FILE: net/ipv4/tcp_input.c:4113:
+		ecn_count = tcp_accecn_process(sk, skb, tp->delivered - delivered, &flag);

WARNING: line length of 90 exceeds 80 columns
#315: FILE: net/ipv4/tcp_input.c:4150:
+		ecn_count = tcp_accecn_process(sk, skb, tp->delivered - delivered, &flag);

WARNING: line length of 81 exceeds 80 columns
#340: FILE: net/ipv4/tcp_input.c:6010:
+static void tcp_ecn_received_counters(struct sock *sk, const struct sk_buff *skb)

WARNING: line length of 86 exceeds 80 columns
#353: FILE: net/ipv4/tcp_input.c:6023:
+		tp->received_ce_pending = min(tp->received_ce_pending + pcount, 0xfU);

total: 0 errors, 11 warnings, 0 checks, 335 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 f04e5695623d ("tcp: AccECN core") 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, 11 warnings, 0 checks, 335 lines checked