aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAditya Srivastava <[email protected]>2021-02-25 20:20:33 +0530
committerJonathan Corbet <[email protected]>2021-03-06 17:36:51 -0700
commita746fe32cd362c8bba523a97123129ede4f5b75a (patch)
treeccd5ccde2cb37194e2fb0aeba742cae544b32f55 /tools/perf/scripts/python/bin
parent1eff491fc44b9a1cd3483e289b987c2d00441f20 (diff)
scripts: kernel-doc: fix typedef support for struct/union parsing
Currently, there are ~1290 occurrences in 447 files in the kernel tree 'typedef struct/union' syntax for defining some struct/union. However, kernel-doc currently does not support that syntax. Of the ~1290 occurrences, there are four occurrences in ./include/linux/zstd.h with typedef struct/union syntax and a preceding kernel-doc; all other occurrences have no preceding kernel-doc. Add support for parsing struct/union following this syntax. Signed-off-by: Aditya Srivastava <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions