WARNING: line length of 81 exceeds 80 columns #93: FILE: tools/testing/selftests/bpf/prog_tests/libbpf_probes.c:187: + /* prog BPF_PROG_TYPE_KPROBE does not support kfunc bpf_cpumask_create */ WARNING: line length of 91 exceeds 80 columns #121: FILE: tools/testing/selftests/bpf/prog_tests/libbpf_probes.c:215: + /* prog BPF_PROG_TYPE_SYSCALL supports kfunc bpf_kfunc_call_test1 in bpf_testmod */ WARNING: line length of 81 exceeds 80 columns #137: FILE: tools/testing/selftests/bpf/prog_tests/libbpf_probes.c:231: + ret = libbpf_probe_bpf_kfunc(BPF_PROG_TYPE_SYSCALL, kfunc_id, 100, NULL); CHECK: Alignment should match open parenthesis #200: FILE: tools/testing/selftests/bpf/prog_tests/libbpf_probes.c:294: + ASSERT_FAIL("kfunc:%s use prog type:%d", + kfunc, program_types[i].code); total: 0 errors, 3 warnings, 1 checks, 176 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 96edbd6ef219 ("selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests") 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, 176 lines checked