CHECK: Please don't use multiple blank lines #153: FILE: arch/x86/net/bpf_jit_comp.c:1716: + WARNING: line length of 85 exceeds 80 columns #265: FILE: arch/x86/net/bpf_jit_comp.c:2242: + emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, off); WARNING: line length of 94 exceeds 80 columns #284: FILE: arch/x86/net/bpf_jit_comp.c:2541: + int off, base_off, n_stack_args, kfunc_stack_args = 0, stack_args = 0; WARNING: line length of 93 exceeds 80 columns #285: FILE: arch/x86/net/bpf_jit_comp.c:2542: + u16 outgoing_stack_args = stack_arg_depth - incoming_stack_arg_depth; WARNING: line length of 84 exceeds 80 columns #294: FILE: arch/x86/net/bpf_jit_comp.c:2553: + if (src_reg == BPF_PSEUDO_CALL && outgoing_stack_args > 0) { WARNING: line length of 90 exceeds 80 columns #296: FILE: arch/x86/net/bpf_jit_comp.c:2555: + base_off = -(prog_stack_depth + incoming_stack_arg_depth); WARNING: line length of 88 exceeds 80 columns #297: FILE: arch/x86/net/bpf_jit_comp.c:2556: + ip += push_stack_args(&prog, base_off, n_stack_args, 1); WARNING: line length of 93 exceeds 80 columns #302: FILE: arch/x86/net/bpf_jit_comp.c:2561: + stack_args = kfunc_stack_args > 1 ? kfunc_stack_args - 1 : 0; WARNING: line length of 90 exceeds 80 columns #303: FILE: arch/x86/net/bpf_jit_comp.c:2562: + base_off = -(prog_stack_depth + incoming_stack_arg_depth); WARNING: line length of 92 exceeds 80 columns #304: FILE: arch/x86/net/bpf_jit_comp.c:2563: + ip += push_stack_args(&prog, base_off, kfunc_stack_args, 2); WARNING: line length of 84 exceeds 80 columns #327: FILE: arch/x86/net/bpf_jit_comp.c:2588: + if (src_reg == BPF_PSEUDO_CALL && outgoing_stack_args > 0) { total: 0 errors, 10 warnings, 1 checks, 231 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 a78d77aabb17 ("bpf,x86: Implement 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, 10 warnings, 1 checks, 231 lines checked