WARNING: line length of 96 exceeds 80 columns #209: FILE: kernel/bpf/verifier.c:16426: +static int push_cond_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *state, WARNING: line length of 94 exceeds 80 columns #210: FILE: kernel/bpf/verifier.c:16427: + struct bpf_reg_state *dst_reg, struct bpf_reg_state *src_reg, WARNING: line length of 83 exceeds 80 columns #239: FILE: kernel/bpf/verifier.c:16552: + err = push_cond_jmp_history(env, this_branch, dst_reg, src_reg, 0); WARNING: line length of 83 exceeds 80 columns #249: FILE: kernel/bpf/verifier.c:16569: + err = push_cond_jmp_history(env, this_branch, dst_reg, src_reg, 0); WARNING: line length of 94 exceeds 80 columns #265: FILE: kernel/bpf/verifier.c:16587: + linked_regs.cnt > 1 ? linked_regs_pack(&linked_regs) : 0); total: 0 errors, 5 warnings, 0 checks, 134 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 934df2ab09c3 ("bpf: Do not include stack ptr register in precision backtracking bookkeeping") 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, 134 lines checked