Re: [PATCH v6 15/16] drm: drm_crc: fix a kernel-doc markup

From: Simon Ser
Date: Thu Jan 14 2021 - 09:14:13 EST


On Thursday, January 14th, 2021 at 9:06 AM, Simon Ser <contact@xxxxxxxxxxx> wrote:

> On Thursday, January 14th, 2021 at 9:04 AM, Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote:
>
> > A function has a different name between their prototype
> > and its kernel-doc markup:
> >
> > ../include/drm/drm_crtc.h:1257: warning: expecting prototype for drm_crtc_alloc_with_planes(). Prototype was for drmm_crtc_alloc_with_planes() instead
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
>
> Acked-by: Simon Ser <contact@xxxxxxxxxxx>

Pushed to drm-misc-next, thanks for the fix!