WARNING: line length of 89 exceeds 80 columns #79: FILE: kernel/bpf/verifier.c:17195: + if (env->false_reg1.type != SCALAR_VALUE || env->false_reg2.type != SCALAR_VALUE) WARNING: line length of 94 exceeds 80 columns #86: FILE: kernel/bpf/verifier.c:17199: + regs_refine_cond_op(&env->false_reg1, &env->false_reg2, rev_opcode(opcode), is_jmp32); WARNING: line length of 82 exceeds 80 columns #105: FILE: kernel/bpf/verifier.c:17210: + err = err ?: reg_bounds_sanity_check(env, &env->false_reg1, "false_reg1"); WARNING: line length of 82 exceeds 80 columns #106: FILE: kernel/bpf/verifier.c:17211: + err = err ?: reg_bounds_sanity_check(env, &env->false_reg2, "false_reg2"); WARNING: line length of 88 exceeds 80 columns #151: FILE: kernel/bpf/verifier.c:17665: + copy_register_state(&other_branch_regs[insn->src_reg], &env->true_reg2); total: 0 errors, 5 warnings, 0 checks, 106 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 20033c87f8af ("bpf: Use bpf_verifier_env buffers for reg_set_min_max") 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, 5 warnings, 0 checks, 106 lines checked