CHECK: Alignment should match open parenthesis #176: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:819: + ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc8, + BPF_NETKIT_PRIMARY), 0, "tc8_attach_type"); WARNING: line length of 82 exceeds 80 columns #200: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:843: + ASSERT_EQ(skel->bss->mark, scrub == NETKIT_SCRUB_NONE ? MARK : 0, "mark"); WARNING: line length of 82 exceeds 80 columns #201: FILE: tools/testing/selftests/bpf/prog_tests/tc_netkit.c:844: + ASSERT_EQ(skel->bss->prio, scrub == NETKIT_SCRUB_NONE ? PRIO : 0, "prio"); total: 0 errors, 2 warnings, 1 checks, 192 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 eda5f4c0e3e9 ("selftests/bpf: Extend netkit tests to validate skb meta data") 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, 2 warnings, 1 checks, 192 lines checked