WARNING: line length of 97 exceeds 80 columns #105: FILE: arch/arm64/net/bpf_jit_comp.c:1221: + emit(A64_LDR64I(dst, A64_FP, (idx - NR_STACK_ARG_REGS) * sizeof(u64) + 16), ctx); WARNING: line length of 96 exceeds 80 columns #115: FILE: arch/arm64/net/bpf_jit_comp.c:1231: + emit(A64_STR64I(src_a64, A64_SP, (idx - NR_STACK_ARG_REGS) * sizeof(u64)), ctx); WARNING: line length of 93 exceeds 80 columns #118: FILE: arch/arm64/net/bpf_jit_comp.c:1234: +static void emit_stack_arg_store_imm(s32 imm, s16 bpf_off, const u8 tmp, struct jit_ctx *ctx) WARNING: line length of 92 exceeds 80 columns #126: FILE: arch/arm64/net/bpf_jit_comp.c:1242: + emit(A64_STR64I(tmp, A64_SP, (idx - NR_STACK_ARG_REGS) * sizeof(u64)), ctx); WARNING: line length of 96 exceeds 80 columns #200: FILE: arch/arm64/net/bpf_jit_comp.c:2135: + u16 outgoing = prog->aux->stack_arg_depth - prog->aux->incoming_stack_arg_depth; WARNING: line length of 85 exceeds 80 columns #204: FILE: arch/arm64/net/bpf_jit_comp.c:2139: + ctx.stack_arg_size = round_up(nr_on_stack * sizeof(u64), 16); total: 0 errors, 6 warnings, 0 checks, 177 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 e7c75f5abfb6 ("bpf, arm64: Add JIT support for stack arguments") 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, 6 warnings, 0 checks, 177 lines checked