WARNING: line length of 92 exceeds 80 columns #36: FILE: net/ipv4/tcp_input.c:711: + ((1 << inet_csk(sk)->icsk_ca_state) & (TCPF_CA_Open | TCPF_CA_CWR)))) { WARNING: line length of 99 exceeds 80 columns #42: FILE: net/ipv4/tcp_input.c:717: + est_d_cep = DIV_ROUND_UP_ULL((u64)d_ceb * delivered_pkts, delivered_bytes); WARNING: line length of 95 exceeds 80 columns #43: FILE: net/ipv4/tcp_input.c:718: + return min(safe_delta, delta + (est_d_cep & ~TCP_ACCECN_CEP_ACE_MASK)); total: 0 errors, 3 warnings, 0 checks, 19 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 6d22ad2f647c ("tcp: accecn: AccECN ACE field multi-wrap heuristic") 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, 3 warnings, 0 checks, 19 lines checked