WARNING: line length of 81 exceeds 80 columns #222: FILE: net/core/skmsg.c:819: + sk_psock_backlog_msg(container_of(dwork, struct sk_psock, backlog_work)); WARNING: line length of 81 exceeds 80 columns #402: FILE: net/ipv4/tcp_bpf.c:501: + last = list_last_entry(&psock->backlog_msg, struct sk_msg, list); WARNING: line length of 81 exceeds 80 columns #476: FILE: net/ipv4/tcp_bpf.c:624: + ret = tcp_bpf_ingress_backlog(sk, sk_redir, msg, tosend); total: 0 errors, 3 warnings, 0 checks, 445 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 9ee2f17694ef ("tcp_bpf: improve ingress redirection performance with message corking") 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, 445 lines checked