WARNING: line length of 90 exceeds 80 columns #86: FILE: kernel/bpf/verifier.c:12946: + kfunc_flags = btf_kfunc_id_set_contains(desc_btf, func_id, env->prog, capability); WARNING: line length of 97 exceeds 80 columns #108: FILE: kernel/bpf/verifier.c:12990: + if (!IS_BPF_CAPABILITY_ENABLED(env->bpf_capabilities, capability) && func_name) { WARNING: line length of 97 exceeds 80 columns #109: FILE: kernel/bpf/verifier.c:12991: + verbose(env, "The bpf program does not have the capability to call %s\n", WARNING: line length of 98 exceeds 80 columns #141: FILE: kernel/bpf/verifier.c:22109: + env->ops->bpf_capabilities_adjust(env->bpf_capabilities, env->context_info, true); WARNING: line length of 99 exceeds 80 columns #151: FILE: kernel/bpf/verifier.c:22195: + env->ops->bpf_capabilities_adjust(env->bpf_capabilities, env->context_info, false); total: 0 errors, 5 warnings, 0 checks, 114 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 4b7934ef6b93 ("bpf: Make the verifier support BPF capabilities") 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, 5 warnings, 0 checks, 114 lines checked