WARNING: line length of 83 exceeds 80 columns #100: FILE: kernel/bpf/btf.c:860: +static bool btf_type_int_is_regular(const struct btf_type *t, size_t expected_size) WARNING: line length of 83 exceeds 80 columns #161: FILE: kernel/bpf/btf.c:2997: + if (btf_type_is_int(elem_type) && !btf_type_int_is_regular(elem_type, 0)) { total: 0 errors, 2 warnings, 0 checks, 134 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 92fca591260c ("bpf: simplify code by exporting a btf helper") 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, 2 warnings, 0 checks, 134 lines checked