WARNING: line length of 91 exceeds 80 columns #171: FILE: kernel/bpf/verifier.c:19553: + (insn->off != 0 || !kfunc_spin_allowed(insn->imm)))) { WARNING: line length of 81 exceeds 80 columns #178: FILE: kernel/bpf/verifier.c:19560: + err = check_func_call(env, insn, &env->insn_idx); WARNING: line length of 82 exceeds 80 columns #180: FILE: kernel/bpf/verifier.c:19562: + err = check_kfunc_call(env, insn, &env->insn_idx); WARNING: line length of 96 exceeds 80 columns #182: FILE: kernel/bpf/verifier.c:19564: + return process_bpf_exit_full(env, do_print_state, true); WARNING: line length of 83 exceeds 80 columns #184: FILE: kernel/bpf/verifier.c:19566: + err = check_helper_call(env, insn, &env->insn_idx); WARNING: line length of 81 exceeds 80 columns #214: FILE: kernel/bpf/verifier.c:19596: + return process_bpf_exit_full(env, do_print_state, false); WARNING: else is not generally useful after a break or return #215: FILE: kernel/bpf/verifier.c:19597: + return process_bpf_exit_full(env, do_print_state, false); + } else { WARNING: line length of 84 exceeds 80 columns #490: FILE: kernel/bpf/verifier.c:19740: + if (verifier_bug_if(env->cur_state->loop_entry, env, total: 0 errors, 8 warnings, 0 checks, 465 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 d2df69392a54 ("bpf: Move insn if/else into do_check_insn()") 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, 8 warnings, 0 checks, 465 lines checked