WARNING: line length of 90 exceeds 80 columns #94: FILE: kernel/bpf/verifier.c:3441: + if (btf_vmlinux && insn[i].code == (BPF_CALL | BPF_JMP) && WARNING: line length of 85 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:3443: + t = btf_type_by_id(btf_vmlinux, insn[i].imm); WARNING: line length of 93 exceeds 80 columns #97: FILE: kernel/bpf/verifier.c:3444: + tname = btf_name_by_offset(btf_vmlinux, t->name_off); WARNING: line length of 82 exceeds 80 columns #98: FILE: kernel/bpf/verifier.c:3445: + if (strcmp(tname, "bpf_unreachable") == 0) WARNING: line length of 114 exceeds 80 columns #102: FILE: kernel/bpf/verifier.c:3449: + verbose(env, "last insn is bpf_unreachable, due to uninitialized var?\n"); WARNING: line length of 90 exceeds 80 columns #104: FILE: kernel/bpf/verifier.c:3451: + verbose(env, "last insn is not an exit or jmp\n"); total: 0 errors, 6 warnings, 0 checks, 53 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 091dc5edbe6f ("bpf: Warn with new bpf_unreachable() kfunc maybe due to uninitialized var") 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, 53 lines checked