WARNING: do not add new typedefs #58: FILE: tools/testing/selftests/bpf/progs/btf_dump_test_case_multidim.c:17: +typedef int * (*fn_ptr_arr_t[11])(void); WARNING: do not add new typedefs #61: FILE: tools/testing/selftests/bpf/progs/btf_dump_test_case_multidim.c:19: +typedef int * (*fn_ptr_multiarr_t[12][13])(void); WARNING: do not add new typedefs #83: FILE: tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c:130: +typedef char * (* (* const fn_ptr_arr2_t[5])(void))(char * (*)(int)); total: 0 errors, 3 warnings, 0 checks, 42 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 f92cc3df44f9 ("libbpf: fix no-args func prototype BTF dumping syntax") 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, 0 checks, 42 lines checked