diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2017-01-23 09:18:10 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-26 23:20:10 +0100 |
commit | 5a0bc578e0723b71ecb19f5796d0b0f937785d92 (patch) | |
tree | 975b35710dad007b43e40396c8783424a79921a9 /scripts/check_00index.sh | |
parent | dynamic-debug-howto: Correct echo -c to -n (diff) | |
download | linux-5a0bc578e0723b71ecb19f5796d0b0f937785d92.tar.xz linux-5a0bc578e0723b71ecb19f5796d0b0f937785d92.zip |
kernel-doc: Handle returning pointers to pointers
Clearly nobody ever tried to build the documentation for the radix tree
before:
include/linux/radix-tree.h:400: warning: cannot understand function
prototype: 'void ** radix_tree_iter_init(struct radix_tree_iter *iter,
unsigned long start) '
Indeed, the regexes only handled a single '*', not one-or-more. I have
tried to fix that, but now I have perl regexes all over my hands, and
I fear I shall never be clean again.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'scripts/check_00index.sh')
0 files changed, 0 insertions, 0 deletions