WARNING: line length of 85 exceeds 80 columns #29: FILE: include/linux/bpf_verifier.h:790: + /* subprog indices sorted in topological order: leaves first, callers last */ WARNING: line length of 97 exceeds 80 columns #88: FILE: kernel/bpf/verifier.c:3791: + if (!bpf_pseudo_call(&insn[idx]) && !bpf_pseudo_func(&insn[idx])) WARNING: line length of 84 exceeds 80 columns #90: FILE: kernel/bpf/verifier.c:3793: + callee = find_subprog(env, idx + insn[idx].imm + 1); WARNING: line length of 82 exceeds 80 columns #114: FILE: kernel/bpf/verifier.c:3817: + i, subprog_name(env, env->subprog_topo_order[i])); total: 0 errors, 4 warnings, 0 checks, 103 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 59ce64a4d7fb ("bpf: Sort subprogs in topological order after check_cfg()") 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, 4 warnings, 0 checks, 103 lines checked