WARNING: line length of 86 exceeds 80 columns #37: FILE: kernel/bpf/verifier.c:17453: + if (sl->state.may_goto_depth != cur->may_goto_depth && WARNING: line length of 87 exceeds 80 columns #38: FILE: kernel/bpf/verifier.c:17454: + states_equal(env, &sl->state, cur, RANGE_WITHIN)) { WARNING: line length of 97 exceeds 80 columns #52: FILE: kernel/bpf/verifier.c:20010: + insn_buf[1] = BPF_JMP_IMM(BPF_JEQ, BPF_REG_AX, 0, insn->off + 2); WARNING: line length of 97 exceeds 80 columns #54: FILE: kernel/bpf/verifier.c:20012: + insn_buf[1] = BPF_JMP_IMM(BPF_JEQ, BPF_REG_AX, 0, insn->off - 1); total: 0 errors, 4 warnings, 0 checks, 24 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 7d461698e08f ("bpf: Fix may_goto with negative offset.") 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, 0 checks, 24 lines checked