WARNING: line length of 93 exceeds 80 columns #56: FILE: arch/x86/net/bpf_jit_comp.c:690: + emit_jump(&prog, &__x86_indirect_jump_thunk_array[reg + 8*ereg], ip); CHECK: spaces preferred around that '*' (ctx:VxV) #56: FILE: arch/x86/net/bpf_jit_comp.c:690: + emit_jump(&prog, &__x86_indirect_jump_thunk_array[reg + 8*ereg], ip); ^ WARNING: line length of 88 exceeds 80 columns #59: FILE: arch/x86/net/bpf_jit_comp.c:692: + emit_jump(&prog, &__x86_indirect_thunk_array[reg + 8*ereg], ip); CHECK: spaces preferred around that '*' (ctx:VxV) #59: FILE: arch/x86/net/bpf_jit_comp.c:692: + emit_jump(&prog, &__x86_indirect_thunk_array[reg + 8*ereg], ip); ^ WARNING: line length of 82 exceeds 80 columns #71: FILE: arch/x86/net/bpf_jit_comp.c:814: + emit_indirect_jump(&prog, BPF_REG_4 /* R4 -> rcx */, ip + (prog - start)); WARNING: line length of 91 exceeds 80 columns #80: FILE: arch/x86/net/bpf_jit_comp.c:3534: + emit_indirect_jump(&prog, BPF_REG_3 /* R3 -> rdx */, image + (prog - buf)); total: 0 errors, 4 warnings, 2 checks, 59 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 47364a892bd7 ("bpf, x86: allow indirect jumps to r8...r15") 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, 4 warnings, 2 checks, 59 lines checked