CHECK: Please use a blank line after function/struct/union/enum declarations #200: FILE: tools/testing/selftests/bpf/prog_tests/test_tc_edt.c:160: +} +static int setup(struct test_tc_edt *skel) WARNING: line length of 84 exceeds 80 columns #215: FILE: tools/testing/selftests/bpf/prog_tests/test_tc_edt.c:175: + SYS(fail_close_client_ns, "ip -4 addr add " IP4_ADDR_VETH1 "/24 dev veth1"); WARNING: line length of 84 exceeds 80 columns #225: FILE: tools/testing/selftests/bpf/prog_tests/test_tc_edt.c:185: + SYS(fail_close_server_ns, "ip -4 addr add " IP4_ADDR_VETH2 "/24 dev veth2"); CHECK: Please don't use multiple blank lines #259: FILE: tools/testing/selftests/bpf/prog_tests/test_tc_edt.c:219: + + CHECK: spaces preferred around that '/' (ctx:VxV) #274: FILE: tools/testing/selftests/bpf/prog_tests/test_tc_edt.c:234: + if ((ts_end - ts_start)/100000 >= TIMEOUT_MS) { ^ total: 0 errors, 2 warnings, 3 checks, 273 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 c17f0ca31a1c ("selftests/bpf: integrate test_tc_edt into test_progs") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 2 warnings, 3 checks, 273 lines checked