WARNING: line length of 86 exceeds 80 columns #118: 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 #120: 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 #121: 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 81 exceeds 80 columns #127: FILE: tools/bpf/bpftool/btf.c:874: + jsonw_end_object(json_wtr); /* end metadata object */ WARNING: line length of 84 exceeds 80 columns #136: FILE: tools/bpf/bpftool/btf.c:883: + jsonw_uint_field(json_wtr, "kind_layout_len", hdr->kind_layout_len); WARNING: line length of 87 exceeds 80 columns #137: FILE: tools/bpf/bpftool/btf.c:884: + jsonw_uint_field(json_wtr, "kind_layout_offset", hdr->kind_layout_off); WARNING: line length of 94 exceeds 80 columns #147: FILE: tools/bpf/bpftool/btf.c:894: + jsonw_string_field(json_wtr, "name", btf_kind_str[i]); WARNING: line length of 84 exceeds 80 columns #151: FILE: tools/bpf/bpftool/btf.c:898: + jsonw_uint_field(json_wtr, "info_sz", k[i].info_sz); WARNING: line length of 84 exceeds 80 columns #152: FILE: tools/bpf/bpftool/btf.c:899: + jsonw_uint_field(json_wtr, "elem_sz", k[i].elem_sz); WARNING: line length of 81 exceeds 80 columns #157: FILE: tools/bpf/bpftool/btf.c:904: + jsonw_end_object(json_wtr); /* end metadata object */ WARNING: line length of 90 exceeds 80 columns #162: FILE: tools/bpf/bpftool/btf.c:909: + printf("kind %-4d %-10s flags 0x%-4x info_sz %-4d elem_sz %-4d\n", total: 0 errors, 11 warnings, 0 checks, 131 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 512ca3cc90b8 ("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 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, 11 warnings, 0 checks, 131 lines checked