WARNING: line length of 87 exceeds 80 columns #30: 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 #44: FILE: kernel/bpf/verifier.c:25062: +int btf_id_allow_sleepable(u32 btf_id, unsigned long addr, const struct bpf_prog *prog, CHECK: Unbalanced braces around else statement #70: FILE: kernel/bpf/verifier.c:25088: + else { WARNING: line length of 83 exceeds 80 columns #71: FILE: kernel/bpf/verifier.c:25089: + u32 *flags = btf_kfunc_is_modify_return(btf, btf_id, prog); total: 0 errors, 3 warnings, 1 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 f658efac4f0f ("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, 1 checks, 100 lines checked