WARNING: line length of 86 exceeds 80 columns #136: FILE: tools/bpf/bpftool/btf.c:865: + printf("magic 0x%-10x\nversion %-10d\nflags 0x%-10x\nhdr_len %-10u\n", WARNING: line length of 89 exceeds 80 columns #138: FILE: tools/bpf/bpftool/btf.c:867: + printf("type_len %-10u\ntype_off %-10u\n", hdr->type_len, hdr->type_off); WARNING: line length of 85 exceeds 80 columns #139: FILE: tools/bpf/bpftool/btf.c:868: + printf("str_len %-10u\nstr_off %-10u\n", hdr->str_len, hdr->str_off); WARNING: line length of 83 exceeds 80 columns #142: FILE: tools/bpf/bpftool/btf.c:871: + if (data_sz >= hdr->hdr_len && hdr->hdr_len >= sizeof(struct btf_header)) { WARNING: line length of 83 exceeds 80 columns #146: FILE: tools/bpf/bpftool/btf.c:875: + (long long)layout_off + layout_len + hdr->hdr_len <= data_sz) { WARNING: line length of 86 exceeds 80 columns #167: FILE: tools/bpf/bpftool/btf.c:896: + jsonw_string_field(json_wtr, "name", btf_kind_str[i]); WARNING: line length of 81 exceeds 80 columns #176: FILE: tools/bpf/bpftool/btf.c:905: + jsonw_end_object(json_wtr); /* end metadata object */ WARNING: line length of 88 exceeds 80 columns #181: FILE: tools/bpf/bpftool/btf.c:910: + printf("kind %-4u %-10s info_sz %-4d elem_sz %-4d flags %-4d\n", total: 0 errors, 8 warnings, 0 checks, 132 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 bf41cb525acd ("bpftool: add BTF dump "format meta" to dump header/metadata") 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, 8 warnings, 0 checks, 132 lines checked