WARNING: line length of 84 exceeds 80 columns #85: FILE: tools/lib/bpf/btf_relocate.c:227: + base_info.name = btf__name_by_offset(r->base_btf, base_t->name_off); WARNING: line length of 83 exceeds 80 columns #105: FILE: tools/lib/bpf/btf_relocate.c:249: + base_info.needs_size = base_name_cnt[base_t->name_off] > 1; WARNING: line length of 87 exceeds 80 columns #129: FILE: tools/lib/bpf/btf_relocate.c:261: + if (!dist_info->id || dist_info->id >= r->nr_dist_base_types) { WARNING: line length of 81 exceeds 80 columns #137: FILE: tools/lib/bpf/btf_relocate.c:267: + dist_t = btf_type_by_id(r->dist_base_btf, dist_info->id); WARNING: line length of 82 exceeds 80 columns #146: FILE: tools/lib/bpf/btf_relocate.c:314: + if (r->id_map[dist_info->id] == BTF_IS_EMBEDDED && WARNING: line length of 84 exceeds 80 columns #167: FILE: tools/lib/bpf/btf_relocate.c:333: + base_t->size, id, r->id_map[dist_info->id]); total: 0 errors, 6 warnings, 0 checks, 156 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 ab81d83fc05d ("libbpf: BTF relocation followup fixing naming, loop logic") 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, 156 lines checked