WARNING: line length of 97 exceeds 80 columns #52: FILE: arch/x86/net/bpf_jit_comp.c:1652: +static int do_jit(struct bpf_verifier_env *env, struct bpf_prog *bpf_prog, int *addrs, u8 *image, WARNING: line length of 90 exceeds 80 columns #53: FILE: arch/x86/net/bpf_jit_comp.c:1653: + u8 *rw_image, int oldproglen, struct jit_context *ctx, bool jmp_padding) WARNING: line length of 95 exceeds 80 columns #131: FILE: arch/x86/net/bpf_jit_comp.c:3798: + proglen = do_jit(env, prog, addrs, image, rw_image, oldproglen, &ctx, padding); total: 0 errors, 3 warnings, 0 checks, 80 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 7150c5b8a904 ("bpf, x86: Emit ENDBR for indirect jump targets") 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, 3 warnings, 0 checks, 80 lines checked