CHECK: Alignment should match open parenthesis #37: FILE: include/linux/bpf_verifier.h:834: +int bpf_check_attach_target_with_kernel_log(const struct bpf_prog *prog, + const struct bpf_prog *tgt_prog, CHECK: Please don't use multiple blank lines #47: FILE: include/linux/bpf_verifier.h:844: + + WARNING: line length of 85 exceeds 80 columns #60: FILE: kernel/bpf/syscall.c:3467: + err = bpf_check_attach_target_with_kernel_log(prog, tgt_prog, btf_id, CHECK: Alignment should match open parenthesis #61: FILE: kernel/bpf/syscall.c:3468: + err = bpf_check_attach_target_with_kernel_log(prog, tgt_prog, btf_id, &tgt_info); CHECK: Alignment should match open parenthesis #76: FILE: kernel/bpf/trampoline.c:703: + err = bpf_check_attach_target_with_kernel_log(prog, NULL, prog->aux->attach_btf_id, CHECK: Alignment should match open parenthesis #91: FILE: kernel/bpf/verifier.c:21145: +int bpf_check_attach_target_with_kernel_log(const struct bpf_prog *prog, + const struct bpf_prog *tgt_prog, total: 0 errors, 1 warnings, 5 checks, 64 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 50d91ac7e8a2 ("bpf: Add bpf_check_attach_target_with_kernel_log method to output failure logs to kernel") 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, 1 warnings, 5 checks, 64 lines checked