WARNING: line length of 91 exceeds 80 columns #148: FILE: arch/x86/net/bpf_jit_comp.c:2221: + err = emit_atomic_ld_st(&prog, insn->imm, dst_reg, src_reg, WARNING: line length of 89 exceeds 80 columns #149: FILE: arch/x86/net/bpf_jit_comp.c:2222: + insn->off, BPF_SIZE(insn->code)); WARNING: line length of 89 exceeds 80 columns #151: FILE: arch/x86/net/bpf_jit_comp.c:2224: + err = emit_atomic_rmw(&prog, insn->imm, dst_reg, src_reg, WARNING: line length of 87 exceeds 80 columns #152: FILE: arch/x86/net/bpf_jit_comp.c:2225: + insn->off, BPF_SIZE(insn->code)); WARNING: line length of 92 exceeds 80 columns #172: FILE: arch/x86/net/bpf_jit_comp.c:2243: + BPF_SIZE(insn->code), dst_reg, WARNING: line length of 95 exceeds 80 columns #173: FILE: arch/x86/net/bpf_jit_comp.c:2244: + src_reg, X86_REG_R12, insn->off); WARNING: line length of 99 exceeds 80 columns #175: FILE: arch/x86/net/bpf_jit_comp.c:2246: + err = emit_atomic_rmw_index(&prog, insn->imm, BPF_SIZE(insn->code), WARNING: line length of 90 exceeds 80 columns #176: FILE: arch/x86/net/bpf_jit_comp.c:2247: + dst_reg, src_reg, X86_REG_R12, total: 0 errors, 8 warnings, 0 checks, 156 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 0152810abd42 ("bpf, x86: Support load-acquire and store-release instructions") 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, 8 warnings, 0 checks, 156 lines checked