Re: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-26 Thread Jonathan Corbet
On Mon, 23 Jan 2017 00:18:10 -0800 Matthew Wilcox wrote: > 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

Re: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-24 Thread Markus Heiser
Am 24.01.2017 um 16:35 schrieb Matthew Wilcox : > From: Markus Heiser [mailto:markus.hei...@darmarit.de] >> Am 23.01.2017 um 16:24 schrieb Jonathan Corbet : >>> Markus, would you consider sending out a new patch set for review? >> >> Yes, I send RFC soon ... > > Could I ask for some features?

RE: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-24 Thread Matthew Wilcox
From: Markus Heiser [mailto:markus.hei...@darmarit.de] > Am 23.01.2017 um 16:24 schrieb Jonathan Corbet : > > Markus, would you consider sending out a new patch set for review? > > Yes, I send RFC soon ... Could I ask for some features? I'd've been trying to add them to the perl script, but sin

Re: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-23 Thread Markus Heiser
Am 23.01.2017 um 16:24 schrieb Jonathan Corbet : > On Mon, 23 Jan 2017 15:14:51 + > Matthew Wilcox wrote: > >>> I maintain my own stack of "linuxdoc" with a python version >>> of the kernel-doc script (hosted on github). It uses the same >>> regexes as the perl version (using a python rewri

Re: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-23 Thread Jonathan Corbet
On Mon, 23 Jan 2017 15:14:51 + Matthew Wilcox wrote: > > I maintain my own stack of "linuxdoc" with a python version > > of the kernel-doc script (hosted on github). It uses the same > > regexes as the perl version (using a python rewrite here has some > > other benefits, one you will see bel

RE: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-23 Thread Matthew Wilcox
From: Markus Heiser [mailto:markus.hei...@darmarit.de] > Am 23.01.2017 um 09:18 schrieb Matthew Wilcox > : > Hi Matthew ! > > short answer: Thanks a lot > Acked-by: Markus Heiser Excellent! > to be more verbose: >what I have tested and what I recommend ... > > I maintain my own stack

Re: [PATCH] kernel-doc: Handle returning pointers to pointers

2017-01-23 Thread Markus Heiser
Am 23.01.2017 um 09:18 schrieb Matthew Wilcox : > 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 sta