WARNING: line length of 94 exceeds 80 columns #79: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:444: + if (!ASSERT_OK_PTR(xdp_redirect_multi_kern, "xdp_redirect_multi_kern__open_and_load")) WARNING: line length of 97 exceeds 80 columns #97: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:462: + devmap_val.bpf_prog.fd = bpf_program__fd(xdp_redirect_multi_kern->progs.xdp_devmap_prog); WARNING: line length of 82 exceeds 80 columns #107: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:472: + net_config[i].namespace, IP_NEIGH, net_config[i].remote_veth); WARNING: line length of 81 exceeds 80 columns #109: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:474: + if (attach_programs_to_veth_pair(bpf_objs, VETH_REDIRECT_SKEL_NB, CHECK: Alignment should match open parenthesis #124: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:489: + 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 86 exceeds 80 columns #138: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:503: + ASSERT_STRNEQ((const char *)&res, magic_mac, ETH_ALEN, "compare mac"); total: 0 errors, 5 warnings, 1 checks, 184 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 35bfd24dc9cb ("selftests/bpf: test_xdp_veth: Add XDP program on egress test") 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, 5 warnings, 1 checks, 184 lines checked