WARNING: line length of 100 exceeds 80 columns #121: FILE: tools/lib/bpf/btf.c:2093: +static int btf_add_ref_kind(struct btf *btf, int kind, const char *name, int ref_type_id, int kflag) CHECK: Please don't use multiple blank lines #239: FILE: tools/lib/bpf/btf.c:2865: + CHECK: Alignment should match open parenthesis #241: FILE: tools/lib/bpf/btf.c:2867: +static int __btf__add_decl_tag(struct btf *btf, const char *value, + int ref_type_id, int component_idx, int kflag) CHECK: Alignment should match open parenthesis #268: FILE: tools/lib/bpf/btf.c:2909: +int btf__add_decl_tag(struct btf *btf, const char *value, int ref_type_id, + int component_idx) CHECK: Alignment should match open parenthesis #285: FILE: tools/lib/bpf/btf.c:2926: +int btf__add_decl_attr(struct btf *btf, const char *value, int ref_type_id, + int component_idx) WARNING: line length of 87 exceeds 80 columns #301: FILE: tools/lib/bpf/btf.h:230: +LIBBPF_API int btf__add_type_attr(struct btf *btf, const char *value, int ref_type_id); WARNING: line length of 86 exceeds 80 columns #309: FILE: tools/lib/bpf/btf.h:247: +LIBBPF_API int btf__add_decl_attr(struct btf *btf, const char *value, int ref_type_id, CHECK: Alignment should match open parenthesis #310: FILE: tools/lib/bpf/btf.h:248: +LIBBPF_API int btf__add_decl_attr(struct btf *btf, const char *value, int ref_type_id, + int component_idx); total: 0 errors, 3 warnings, 5 checks, 257 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 1a70118686af ("libbpf: introduce kflag for type_tags and decl_tags in BTF") 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, 3 warnings, 5 checks, 257 lines checked