Re: [PATCH v6 1/5] v4l: fwnode: Move KernelDoc documentation to the header

2017-09-01 Thread Hans Verkuil
On 30/08/17 13:49, Sakari Ailus wrote: > In V4L2 the practice is to have the KernelDoc documentation in the header > and not in .c source code files. This consequientally makes the V4L2 > fwnode function documentation part of the Media documentation build. > > Also correct the link related functio

[PATCH v6 1/5] v4l: fwnode: Move KernelDoc documentation to the header

2017-08-30 Thread Sakari Ailus
In V4L2 the practice is to have the KernelDoc documentation in the header and not in .c source code files. This consequientally makes the V4L2 fwnode function documentation part of the Media documentation build. Also correct the link related function and argument naming in documentation. Signed-o