WARNING: line length of 84 exceeds 80 columns #119: FILE: kernel/bpf/verifier.c:14061: + if (bpf_get_linfo_file_line(env->prog->aux->btf, linfo, filep, NULL, linep)) WARNING: line length of 81 exceeds 80 columns #141: FILE: kernel/bpf/verifier.c:14083: + snprintf(env->tmp_str_buf, TMP_STR_BUF_LEN, "%s:%u", file, line); WARNING: line length of 82 exceeds 80 columns #143: FILE: kernel/bpf/verifier.c:14085: + snprintf(env->tmp_str_buf, TMP_STR_BUF_LEN, "insn #%d", insn_idx); WARNING: line length of 98 exceeds 80 columns #149: FILE: kernel/bpf/verifier.c:14091: + env->tmp_str_buf, func_name, repl_len, func_name, repl_len, func_name); total: 0 errors, 4 warnings, 0 checks, 119 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 e88d7612362f ("bpf: Emit verifier warnings through prog stderr") 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, 119 lines checked