WARNING: line length of 97 exceeds 80 columns #98: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:143: + memcpy(net_config, default_config, VETH_PAIRS_COUNT * sizeof(struct veth_configuration)); WARNING: line length of 91 exceeds 80 columns #102: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:147: + err = append_tid(net_config[i].namespace, strlen(net_config[i].namespace)); WARNING: line length of 93 exceeds 80 columns #106: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:151: + err = append_tid(net_config[i].local_veth, strlen(net_config[i].local_veth)); WARNING: line length of 81 exceeds 80 columns #150: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:255: + if (attach_programs_to_veth_pair(bpf_objs, VETH_REDIRECT_SKEL_NB, total: 0 errors, 4 warnings, 0 checks, 129 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 31c2cbe89a8a ("selftests/bpf: test_xdp_veth: Use unique names") 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, 4 warnings, 0 checks, 129 lines checked