WARNING: line length of 81 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/prog_tests/test_tunnel.c:407: + SYS(fail, "ip -n at_ns0 addr add %s/96 dev veth0 nodad", IP6_ADDR_VETH0); WARNING: line length of 82 exceeds 80 columns #58: FILE: tools/testing/selftests/bpf/prog_tests/test_tunnel.c:412: + SYS(fail, "ip -n at_ns0 addr add dev %s %s/24", dev0, IP4_ADDR_TUNL_DEV0); WARNING: line length of 88 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/prog_tests/test_tunnel.c:413: + SYS(fail, "ip -n at_ns0 addr add dev %s %s/96 nodad", dev0, IP6_ADDR_TUNL_DEV0); CHECK: Please don't use multiple blank lines #86: FILE: tools/testing/selftests/bpf/prog_tests/test_tunnel.c:440: + + total: 0 errors, 3 warnings, 1 checks, 265 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 a6ebe5ccf6b5 ("selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs") 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, 3 warnings, 1 checks, 265 lines checked