WARNING: line length of 82 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:76: + char local_name[PROG_NAME_MAX_LEN]; /* BPF prog to attach to local_veth */ WARNING: line length of 84 exceeds 80 columns #50: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:77: + char remote_name[PROG_NAME_MAX_LEN]; /* BPF prog to attach to remote_veth */ WARNING: line length of 83 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:81: + struct prog_configuration *prog, int index) WARNING: line length of 95 exceeds 80 columns #84: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:88: + local_prog = bpf_object__find_program_by_name(objs[i], prog[index].local_name); WARNING: line length of 97 exceeds 80 columns #92: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:96: + remote_prog = bpf_object__find_program_by_name(objs[i], prog[index].remote_name); WARNING: line length of 82 exceeds 80 columns #150: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:160: + bpf_xdp_detach(if_nametoindex(net_config[i].local_veth), 0, NULL); WARNING: line length of 91 exceeds 80 columns #153: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:163: + bpf_xdp_detach(if_nametoindex(net_config[i].remote_veth), 0, NULL); WARNING: line length of 98 exceeds 80 columns #225: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:230: + if (attach_programs_to_veth_pair(bpf_objs, VETH_REDIRECT_SKEL_NB, ping_config, i)) total: 0 errors, 8 warnings, 0 checks, 210 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 648606f22332 ("selftests/bpf: test_xdp_veth: Add prog_config[] table") 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, 8 warnings, 0 checks, 210 lines checked