WARNING: line length of 83 exceeds 80 columns #47: FILE: net/ipv4/inet_connection_sock.c:1108: + tcp_rsk(req)->accecn_fail_mode |= TCP_ACCECN_ACE_FAIL_SEND; WARNING: line length of 99 exceeds 80 columns #100: FILE: net/ipv4/tcp_minisocks.c:763: + tcp_rsk(req)->accecn_fail_mode |= TCP_ACCECN_ACE_FAIL_RECV; WARNING: line length of 84 exceeds 80 columns #105: FILE: net/ipv4/tcp_minisocks.c:768: + if (req->num_retrans > 1 && tcp_rsk(req)->accecn_ok) WARNING: line length of 99 exceeds 80 columns #106: FILE: net/ipv4/tcp_minisocks.c:769: + tcp_rsk(req)->accecn_fail_mode |= TCP_ACCECN_ACE_FAIL_SEND; total: 0 errors, 4 warnings, 0 checks, 95 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 8dd1fd23663a ("tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 4 warnings, 0 checks, 95 lines checked