WARNING: line length of 93 exceeds 80 columns #52: FILE: arch/x86/net/bpf_jit_comp.c:687: + emit_jump(&prog, &__x86_indirect_jump_thunk_array[reg + 8*ereg], ip); CHECK: spaces preferred around that '*' (ctx:VxV) #52: FILE: arch/x86/net/bpf_jit_comp.c:687: + emit_jump(&prog, &__x86_indirect_jump_thunk_array[reg + 8*ereg], ip); ^ WARNING: line length of 88 exceeds 80 columns #55: FILE: arch/x86/net/bpf_jit_comp.c:689: + emit_jump(&prog, &__x86_indirect_thunk_array[reg + 8*ereg], ip); CHECK: spaces preferred around that '*' (ctx:VxV) #55: FILE: arch/x86/net/bpf_jit_comp.c:689: + emit_jump(&prog, &__x86_indirect_thunk_array[reg + 8*ereg], ip); ^ WARNING: line length of 84 exceeds 80 columns #76: FILE: arch/x86/net/bpf_jit_comp.c:3460: + emit_indirect_jump(&prog, 2 /* rdx */, false, image + (prog - buf)); total: 0 errors, 3 warnings, 2 checks, 55 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 837fd79915c9 ("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, 3 warnings, 2 checks, 55 lines checked