CHECK: Unbalanced braces around else statement #260: FILE: arch/arm64/net/bpf_jit_comp.c:298: + } else WARNING: line length of 81 exceeds 80 columns #284: FILE: arch/arm64/net/bpf_jit_comp.c:322: + if (insn->dst_reg == BPF_REG_FP || insn->src_reg == BPF_REG_FP) { CHECK: Alignment should match open parenthesis #424: FILE: arch/arm64/net/bpf_jit_comp.c:482: + pr_err_once("PROLOGUE_OFFSET = %d, expected %d!\n", + cur_offset, PROLOGUE_OFFSET); total: 0 errors, 1 warnings, 2 checks, 461 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 c931c8a001b1 ("bpf, arm64: Avoid blindly saving/restoring all callee-saved registers") 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, 1 warnings, 2 checks, 461 lines checked