CHECK: Alignment should match open parenthesis #45: FILE: include/linux/bpf_verifier.h:852: +int bpf_check_attach_target_with_klog(const struct bpf_prog *prog, + const struct bpf_prog *tgt_prog, WARNING: line length of 85 exceeds 80 columns #47: FILE: include/linux/bpf_verifier.h:854: + struct bpf_attach_target_info *tgt_info); WARNING: line length of 87 exceeds 80 columns #63: FILE: kernel/bpf/syscall.c:3468: + prog->aux->attach_btf_id, CHECK: Alignment should match open parenthesis #63: FILE: kernel/bpf/syscall.c:3468: + err = bpf_check_attach_target_with_klog(prog, NULL, + prog->aux->attach_btf_id, CHECK: Alignment should match open parenthesis #80: FILE: kernel/bpf/trampoline.c:703: + err = bpf_check_attach_target_with_klog(prog, NULL, + prog->aux->attach_btf_id, CHECK: Alignment should match open parenthesis #94: FILE: kernel/bpf/verifier.c:21647: +int bpf_check_attach_target_with_klog(const struct bpf_prog *prog, + const struct bpf_prog *tgt_prog, WARNING: line length of 85 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:21649: + struct bpf_attach_target_info *tgt_info); total: 0 errors, 3 warnings, 4 checks, 59 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 d747f30191da ("bpf: Add bpf_check_attach_target_with_klog 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, 3 warnings, 4 checks, 59 lines checked