CHECK: Please use a blank line after function/struct/union/enum declarations #115: FILE: tools/lib/bpf/btf.h:312: }; +#define btf_dump_opts__last_field force_anon_struct_members WARNING: line length of 88 exceeds 80 columns #144: FILE: tools/lib/bpf/btf_dump.c:170: + d->force_anon_struct_members = OPTS_GET(opts, force_anon_struct_members, false); WARNING: line length of 98 exceeds 80 columns #165: FILE: tools/lib/bpf/btf_dump.c:1471: + } else if (decls->cnt == 0 && !fname[0] && d->force_anon_struct_members) { total: 0 errors, 2 warnings, 1 checks, 101 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 630e804edc90 ("libbpf: add option to force-anonymize nested structs for BTF dump") 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, 2 warnings, 1 checks, 101 lines checked