WARNING: line length of 98 exceeds 80 columns #65: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:142: + net_config[i].local_veth, net_config[i].remote_veth, net_config[i].namespace); WARNING: line length of 96 exceeds 80 columns #68: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:145: + SYS(fail, "ip -n %s addr add %s/24 dev %s", net_config[i].namespace, WARNING: line length of 82 exceeds 80 columns #69: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:146: + net_config[i].remote_addr, net_config[i].remote_veth); WARNING: line length of 81 exceeds 80 columns #70: FILE: tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c:147: + SYS(fail, "ip -n %s link set dev %s up", net_config[i].namespace, total: 0 errors, 4 warnings, 0 checks, 75 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 8fdcd98f313c ("selftests/bpf: test_xdp_veth: Rename config[]") 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, 75 lines checked