WARNING: line length of 87 exceeds 80 columns #111: FILE: net/ipv4/tcp_input.c:465: + tp->rx_opt.accecn); WARNING: line length of 87 exceeds 80 columns #113: FILE: net/ipv4/tcp_input.c:467: + tcp_accecn_fail_mode_set(tp, TCP_ACCECN_OPT_FAIL_RECV); WARNING: line length of 87 exceeds 80 columns #133: FILE: net/ipv4/tcp_input.c:594: + tcp_accecn_fail_mode_set(tp, TCP_ACCECN_OPT_FAIL_RECV); WARNING: line length of 95 exceeds 80 columns #163: FILE: net/ipv4/tcp_input.c:6444: + tp->rx_opt.accecn); WARNING: line length of 83 exceeds 80 columns #164: FILE: net/ipv4/tcp_input.c:6445: + if (tp->saw_accecn_opt == TCP_ACCECN_OPT_FAIL_SEEN) WARNING: line length of 95 exceeds 80 columns #165: FILE: net/ipv4/tcp_input.c:6446: + tcp_accecn_fail_mode_set(tp, TCP_ACCECN_OPT_FAIL_RECV); WARNING: line length of 92 exceeds 80 columns #166: FILE: net/ipv4/tcp_input.c:6447: + tp->accecn_opt_demand = max_t(u8, 1, tp->accecn_opt_demand); WARNING: line length of 85 exceeds 80 columns #176: FILE: net/ipv4/tcp_input.c:6938: + tcp_ecn_rcv_synack(sk, skb, th, TCP_SKB_CB(skb)->ip_dsfield); WARNING: line length of 91 exceeds 80 columns #246: FILE: net/ipv4/tcp_minisocks.c:910: + tcp_rsk(req)->saw_accecn_opt = tcp_accecn_option_init(skb, tmp_opt.accecn); WARNING: line length of 83 exceeds 80 columns #248: FILE: net/ipv4/tcp_minisocks.c:912: + tcp_rsk(req)->accecn_fail_mode |= TCP_ACCECN_OPT_FAIL_RECV; total: 0 errors, 10 warnings, 0 checks, 216 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 196a6accc9f6 ("tcp: accecn: AccECN option failure handling") 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, 10 warnings, 0 checks, 216 lines checked