WARNING: line length of 94 exceeds 80 columns #112: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:332: + if (!ASSERT_OK_PTR(xdp_redirect_multi_kern, "xdp_redirect_multi_kern__open_and_load")) WARNING: line length of 86 exceeds 80 columns #130: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:350: + err = bpf_map_update_elem(flags_map, &protocol, &redirect_flags, BPF_NOEXIST); WARNING: line length of 86 exceeds 80 columns #143: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:363: + if (attach_programs_to_veth_pair(bpf_objs, BROADCAST_REDIRECT_SKEL_NB, WARNING: line length of 82 exceeds 80 columns #149: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:369: + net_config[i].namespace, IP_NEIGH, net_config[i].remote_veth); CHECK: Blank lines aren't necessary before a close brace '}' #156: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:376: + + } CHECK: Alignment should match open parenthesis #159: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:379: + SYS_NOFAIL("ip netns exec %s ping %s -i 0.1 -c 4 -W1 > /dev/null ", + net_config[0].namespace, IP_NEIGH); WARNING: line length of 88 exceeds 80 columns #198: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:422: + xdp_veth_broadcast_redirect(0, BPF_F_BROADCAST | BPF_F_EXCLUDE_INGRESS); WARNING: line length of 81 exceeds 80 columns #201: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:425: + xdp_veth_broadcast_redirect(XDP_FLAGS_DRV_MODE, BPF_F_BROADCAST); WARNING: line length of 85 exceeds 80 columns #205: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:429: + BPF_F_BROADCAST | BPF_F_EXCLUDE_INGRESS); WARNING: line length of 81 exceeds 80 columns #208: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:432: + xdp_veth_broadcast_redirect(XDP_FLAGS_SKB_MODE, BPF_F_BROADCAST); WARNING: line length of 85 exceeds 80 columns #212: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:436: + BPF_F_BROADCAST | BPF_F_EXCLUDE_INGRESS); total: 0 errors, 9 warnings, 2 checks, 237 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 5c33032c8e24 ("selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests") 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, 9 warnings, 2 checks, 237 lines checked