Hello. On 4/29/2015 3:37 AM, Laurent Pinchart wrote:
> Document the structure fields using kerneldoc. > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com> > --- > drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h > b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h > index 5d9aa9b33769..e72f15c8c706 100644 > --- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h > +++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h > @@ -22,6 +22,20 @@ > > struct rcar_du_group; > > +/* Kerneldoc needs /** at the start of comment. > + * rcar_du_crtc - the CRTC, representing a DU superposition processor Kerneldoc needs *struct* before the name. [...] WBR, Sergei