CHECK: Alignment should match open parenthesis #44: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:114: + ASSERT_OK(system("ip link set " netkit_peer " netns foo"), + "move peer"); CHECK: Alignment should match open parenthesis #80: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:739: + ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, + BPF_NETKIT_PRIMARY), 0, "tc1_attach_type"); CHECK: Alignment should match open parenthesis #82: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:741: + ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc7, + BPF_TCX_INGRESS), 0, "tc7_attach_type"); total: 0 errors, 0 warnings, 3 checks, 150 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 19b7c4551f0c ("selftests/bpf: Add netkit test for pkt_type") 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, 0 warnings, 3 checks, 150 lines checked