WARNING: line length of 94 exceeds 80 columns #29: FILE: kernel/bpf/verifier.c:19127: +static int btf_id_allow_sleepable(u32 btf_id, unsigned long addr, const struct bpf_prog *prog, CHECK: Unbalanced braces around else statement #55: FILE: kernel/bpf/verifier.c:19153: + else { WARNING: line length of 83 exceeds 80 columns #56: FILE: kernel/bpf/verifier.c:19154: + u32 *flags = btf_kfunc_is_modify_return(btf, btf_id, prog); total: 0 errors, 2 warnings, 1 checks, 91 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 350eecdd0524 ("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, 2 warnings, 1 checks, 91 lines checked