WARNING: line length of 81 exceeds 80 columns #77: FILE: kernel/bpf/arraymap.c:226: + *insn++ = BPF_JMP_IMM(BPF_JGE, ret, map->max_entries, 4); WARNING: line length of 81 exceeds 80 columns #78: FILE: kernel/bpf/arraymap.c:227: + *insn++ = BPF_ALU32_IMM(BPF_AND, ret, array->index_mask); WARNING: line length of 81 exceeds 80 columns #80: FILE: kernel/bpf/arraymap.c:229: + *insn++ = BPF_JMP_IMM(BPF_JGE, ret, map->max_entries, 3); WARNING: line length of 87 exceeds 80 columns #96: FILE: kernel/bpf/arraymap.c:276: + *insn++ = BPF_JMP_IMM(BPF_JGE, BPF_REG_0, map->max_entries, 6); WARNING: line length of 87 exceeds 80 columns #97: FILE: kernel/bpf/arraymap.c:277: + *insn++ = BPF_ALU32_IMM(BPF_AND, BPF_REG_0, array->index_mask); WARNING: line length of 87 exceeds 80 columns #99: FILE: kernel/bpf/arraymap.c:279: + *insn++ = BPF_JMP_IMM(BPF_JGE, BPF_REG_0, map->max_entries, 5); total: 0 errors, 6 warnings, 0 checks, 36 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 5e33cf37cecf ("bpf: arraymap: Skip boundscheck during inlining when possible") 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, 6 warnings, 0 checks, 36 lines checked