WARNING: line length of 83 exceeds 80 columns #49: FILE: tools/lib/bpf/btf.h:259: + * these types are sorted in the topological order satisfying C language semantics: WARNING: line length of 83 exceeds 80 columns #56: FILE: tools/lib/bpf/btf.h:266: + * **struct btf_dump_emit_queue_item** represents a single entry of the emit queue. WARNING: line length of 85 exceeds 80 columns #70: FILE: tools/lib/bpf/btf.h:280: +LIBBPF_API struct btf_dump_emit_queue_item *btf_dump__emit_queue(struct btf_dump *d); WARNING: line length of 92 exceeds 80 columns #109: FILE: tools/lib/bpf/btf_dump.c:296: + err = btf_dump__dump_one_type(d, d->emit_queue[i].id, d->emit_queue[i].fwd); total: 0 errors, 4 warnings, 0 checks, 176 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 01690b31b338 ("libbpf: API to access btf_dump emit queue and print single type") 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, 4 warnings, 0 checks, 176 lines checked