WARNING: line length of 81 exceeds 80 columns #36: FILE: arch/arm64/net/bpf_jit_comp.c:623: +static int emit_bpf_tail_call(struct jit_ctx *ctx, u32 map_index, bool dyn_array) WARNING: line length of 91 exceeds 80 columns #89: FILE: arch/arm64/net/bpf_jit_comp.c:684: + off = offsetof(struct bpf_array, ptrs) + map->max_entries * sizeof(void *); WARNING: line length of 81 exceeds 80 columns #111: FILE: arch/arm64/net/bpf_jit_comp.c:705: + emit(A64_ADD_I(1, tmp, tmp, sizeof(u32) * PROLOGUE_OFFSET), ctx); total: 0 errors, 3 warnings, 0 checks, 108 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 fb8a8cd2c761 ("bpf, arm64: tailcall: Eliminate max_entries and bpf_func access at runtime") 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, 108 lines checked