CHECK: Alignment should match open parenthesis #98: FILE: arch/arm64/net/bpf_jit_comp.c:2177: +static int calc_arg_aux(const struct btf_func_model *m, + struct arg_aux *a) WARNING: line length of 87 exceeds 80 columns #129: FILE: arch/arm64/net/bpf_jit_comp.c:2207: + a->ostack_for_args = round_up(a->ostack_for_args + stack_slots * 8, 8); total: 0 errors, 1 warnings, 1 checks, 372 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 558e7ad0fbe0 ("bpf, arm64: Support up to 12 function arguments") 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, 1 checks, 372 lines checked