WARNING: line length of 87 exceeds 80 columns #25: FILE: include/linux/bpf_verifier.h:935: +int btf_id_allow_sleepable(u32 btf_id, unsigned long addr, const struct bpf_prog *prog, WARNING: line length of 87 exceeds 80 columns #39: FILE: kernel/bpf/verifier.c:24962: +int btf_id_allow_sleepable(u32 btf_id, unsigned long addr, const struct bpf_prog *prog, CHECK: Alignment should match open parenthesis #55: FILE: kernel/bpf/verifier.c:24978: + else if (!check_non_sleepable_error_inject(btf_id) && + within_error_injection_list(addr)) CHECK: Unbalanced braces around else statement #60: FILE: kernel/bpf/verifier.c:24983: + else { WARNING: line length of 83 exceeds 80 columns #61: FILE: kernel/bpf/verifier.c:24984: + u32 *flags = btf_kfunc_is_modify_return(btf, btf_id, prog); total: 0 errors, 3 warnings, 2 checks, 100 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 761964b3c96a ("bpf: Move sleepable verification code to btf_id_allow_sleepable") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 2 checks, 100 lines checked