[PATCH 04/17] dma-buf: use preferred struct reference in kernel-doc

2016-12-30 Thread Daniel Vetter
On Fri, Dec 30, 2016 at 12:16:17PM +0100, David Herrmann wrote: > Hi > > On Thu, Dec 29, 2016 at 9:48 PM, Daniel Vetter > wrote: > > sed -e 's/\( \* .*\)struct &\([_a-z]*\)/\1\&struct \2/' -i > > > > Originally I wasnt a friend of this style because I thought a > > line-break between the "&struc

[PATCH 04/17] dma-buf: use preferred struct reference in kernel-doc

2016-12-30 Thread David Herrmann
Hi On Thu, Dec 29, 2016 at 9:48 PM, Daniel Vetter wrote: > sed -e 's/\( \* .*\)struct &\([_a-z]*\)/\1\&struct \2/' -i > > Originally I wasnt a friend of this style because I thought a > line-break between the "&struct" and "foo" part would break it. But a > quick test shows that " * &struct \n *

[PATCH 04/17] dma-buf: use preferred struct reference in kernel-doc

2016-12-29 Thread Daniel Vetter
sed -e 's/\( \* .*\)struct &\([_a-z]*\)/\1\&struct \2/' -i Originally I wasnt a friend of this style because I thought a line-break between the "&struct" and "foo" part would break it. But a quick test shows that " * &struct \n * foo\n" works pefectly well with current kernel-doc. So time to mass-