WARNING: line length of 104 exceeds 80 columns #118: FILE: kernel/bpf/verifier.c:19303: + if ((insn->src_reg == BPF_REG_0 && insn->imm != BPF_FUNC_spin_unlock) || WARNING: line length of 91 exceeds 80 columns #120: FILE: kernel/bpf/verifier.c:19305: + (insn->off != 0 || !kfunc_spin_allowed(insn->imm)))) { WARNING: line length of 81 exceeds 80 columns #127: FILE: kernel/bpf/verifier.c:19312: + err = check_func_call(env, insn, &env->insn_idx); WARNING: line length of 82 exceeds 80 columns #129: FILE: kernel/bpf/verifier.c:19314: + err = check_kfunc_call(env, insn, &env->insn_idx); WARNING: line length of 83 exceeds 80 columns #135: FILE: kernel/bpf/verifier.c:19320: + err = check_helper_call(env, insn, &env->insn_idx); WARNING: line length of 97 exceeds 80 columns #172: FILE: kernel/bpf/verifier.c:19357: + err = check_resource_leak(env, exception_exit, !env->cur_state->curframe, WARNING: else is not generally useful after a break or return #202: FILE: kernel/bpf/verifier.c:19387: + return PROCESS_BPF_EXIT; + } else { WARNING: line length of 85 exceeds 80 columns #418: FILE: kernel/bpf/verifier.c:19517: + err = do_check_insn(env, insn, pop_log, &do_print_state, regs, state, WARNING: line length of 107 exceeds 80 columns #473: FILE: kernel/bpf/verifier.c:19535: + verbose(env, "verifier bug: env->cur_state->loop_entry != NULL\n"); total: 0 errors, 9 warnings, 0 checks, 456 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 2a0605b00041 ("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, 9 warnings, 0 checks, 456 lines checked