WARNING: line length of 93 exceeds 80 columns #54: FILE: kernel/bpf/verifier.c:16849: +static void sync_linked_regs(struct bpf_verifier_env *env, struct bpf_verifier_state *vstate, WARNING: line length of 94 exceeds 80 columns #55: FILE: kernel/bpf/verifier.c:16850: + struct bpf_reg_state *known_reg, struct linked_regs *linked_regs) WARNING: line length of 86 exceeds 80 columns #77: FILE: kernel/bpf/verifier.c:17082: + sync_linked_regs(env, other_branch, &other_branch_regs[insn->src_reg], WARNING: line length of 86 exceeds 80 columns #85: FILE: kernel/bpf/verifier.c:17088: + sync_linked_regs(env, other_branch, &other_branch_regs[insn->dst_reg], total: 0 errors, 4 warnings, 0 checks, 39 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 3054cb5f43e6 ("bpf: verifier: Make sync_linked_regs() scratch registers") 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, 4 warnings, 0 checks, 39 lines checked