WARNING: line length of 88 exceeds 80 columns #223: FILE: arch/x86/net/bpf_jit_comp.c:1802: + outgoing_rsp = outgoing_stack_arg_depth > 8 ? outgoing_stack_arg_depth - 8 : 0; WARNING: line length of 93 exceeds 80 columns #271: FILE: arch/x86/net/bpf_jit_comp.c:2250: + if (adjust_stack_arg_off && insn->off == -outgoing_stack_arg_depth) { WARNING: line length of 91 exceeds 80 columns #273: FILE: arch/x86/net/bpf_jit_comp.c:2252: + emit_mov_imm64(&prog, X86_REG_R9, imm32 >> 31, (u32)imm32); WARNING: line length of 93 exceeds 80 columns #296: FILE: arch/x86/net/bpf_jit_comp.c:2273: + if (adjust_stack_arg_off && insn->off == -outgoing_stack_arg_depth) { WARNING: line length of 90 exceeds 80 columns #304: FILE: arch/x86/net/bpf_jit_comp.c:2281: + emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); WARNING: line length of 82 exceeds 80 columns #320: FILE: arch/x86/net/bpf_jit_comp.c:2388: + * (r12+16 → [rbp+16], r12+24 → [rbp+24], ...) total: 0 errors, 6 warnings, 0 checks, 287 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 af0c2e09409a ("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, 6 warnings, 0 checks, 287 lines checked