WARNING: line length of 85 exceeds 80 columns #71: FILE: tools/testing/selftests/bpf/prog_tests/cls_redirect.c:32: +static bool set_up_conn(const struct sockaddr_storage *addr, socklen_t len, int type, WARNING: line length of 82 exceeds 80 columns #98: FILE: tools/testing/selftests/bpf/prog_tests/cls_redirect.c:53: + if (CHECK_FAIL(getsockname(*conn, (struct sockaddr *)&tuple->dst, &slen))) WARNING: line length of 82 exceeds 80 columns #103: FILE: tools/testing/selftests/bpf/prog_tests/cls_redirect.c:57: + if (CHECK_FAIL(getpeername(*conn, (struct sockaddr *)&tuple->src, &slen))) WARNING: line length of 83 exceeds 80 columns #154: FILE: tools/testing/selftests/bpf/prog_tests/cls_redirect.c:223: + sport = (tuple->family == AF_INET) ? src_in->sin_port : src_in6->sin6_port; WARNING: line length of 83 exceeds 80 columns #155: FILE: tools/testing/selftests/bpf/prog_tests/cls_redirect.c:224: + dport = (tuple->family == AF_INET) ? dst_in->sin_port : dst_in6->sin6_port; total: 0 errors, 5 warnings, 0 checks, 198 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 774c2b96962d ("selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test") 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, 5 warnings, 0 checks, 198 lines checked