WARNING: line length of 84 exceeds 80 columns #123: FILE: arch/powerpc/net/bpf_jit_comp32.c:1090: + jmp_off, dst_reg, code); CHECK: spaces preferred around that '*' (ctx:VxV) #147: FILE: arch/powerpc/net/bpf_jit_comp64.c:37: +#define BPF_PPC_STACK_SAVE (6*8) ^ WARNING: line length of 91 exceeds 80 columns #210: FILE: arch/powerpc/net/bpf_jit_comp64.c:178: + bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); WARNING: line length of 90 exceeds 80 columns #228: FILE: arch/powerpc/net/bpf_jit_comp64.c:200: + bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); WARNING: line length of 90 exceeds 80 columns #253: FILE: arch/powerpc/net/bpf_jit_comp64.c:426: +static int bpf_jit_emit_probe_mem_store(struct codegen_context *ctx, u32 src_reg, s16 off, WARNING: line length of 89 exceeds 80 columns #295: FILE: arch/powerpc/net/bpf_jit_comp64.c:1012: + EMIT(PPC_RAW_ADD(tmp1_reg, dst_reg, bpf_to_ppc(ARENA_VM_START))); WARNING: line length of 91 exceeds 80 columns #297: FILE: arch/powerpc/net/bpf_jit_comp64.c:1014: + ret = bpf_jit_emit_probe_mem_store(ctx, src_reg, off, code, image); WARNING: line length of 81 exceeds 80 columns #301: FILE: arch/powerpc/net/bpf_jit_comp64.c:1018: + ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, WARNING: line length of 89 exceeds 80 columns #313: FILE: arch/powerpc/net/bpf_jit_comp64.c:1030: + EMIT(PPC_RAW_ADD(tmp1_reg, dst_reg, bpf_to_ppc(ARENA_VM_START))); WARNING: line length of 82 exceeds 80 columns #315: FILE: arch/powerpc/net/bpf_jit_comp64.c:1032: + if (BPF_SIZE(code) == BPF_W || BPF_SIZE(code) == BPF_DW) { WARNING: line length of 91 exceeds 80 columns #323: FILE: arch/powerpc/net/bpf_jit_comp64.c:1040: + ret = bpf_jit_emit_probe_mem_store(ctx, src_reg, off, code, image); WARNING: line length of 81 exceeds 80 columns #327: FILE: arch/powerpc/net/bpf_jit_comp64.c:1044: + ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, WARNING: line length of 93 exceeds 80 columns #347: FILE: arch/powerpc/net/bpf_jit_comp64.c:1206: + (BPF_SIZE(code) == BPF_B && BPF_MODE(code) == BPF_MEMSX)) WARNING: line length of 92 exceeds 80 columns #356: FILE: arch/powerpc/net/bpf_jit_comp64.c:1252: + ctx->idx - 1, 4, dst_reg, code); WARNING: line length of 89 exceeds 80 columns #368: FILE: arch/powerpc/net/bpf_jit_comp64.c:1264: + EMIT(PPC_RAW_ADD(tmp1_reg, src_reg, bpf_to_ppc(ARENA_VM_START))); WARNING: line length of 87 exceeds 80 columns #383: FILE: arch/powerpc/net/bpf_jit_comp64.c:1279: + EMIT(PPC_RAW_LDX(dst_reg, tmp1_reg, tmp2_reg)); WARNING: line length of 81 exceeds 80 columns #385: FILE: arch/powerpc/net/bpf_jit_comp64.c:1281: + EMIT(PPC_RAW_LD(dst_reg, tmp1_reg, off)); WARNING: line length of 81 exceeds 80 columns #393: FILE: arch/powerpc/net/bpf_jit_comp64.c:1289: + ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, WARNING: line length of 84 exceeds 80 columns #394: FILE: arch/powerpc/net/bpf_jit_comp64.c:1290: + ctx->idx - 1, 4, dst_reg, code); total: 0 errors, 18 warnings, 1 checks, 326 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 a102d17682f5 ("powerpc64/bpf: Implement PROBE_MEM32 pseudo 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, 18 warnings, 1 checks, 326 lines checked