Applied to drm-misc-next.
On Fri, Nov 13, 2020 at 9:50 PM Lee Jones <lee.jo...@linaro.org> wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/lima/lima_drv.c:264: warning: cannot understand function > prototype: 'const struct drm_driver lima_drm_driver = ' > > Cc: Qiang Yu <yuq...@gmail.com> > Cc: David Airlie <airl...@linux.ie> > Cc: Daniel Vetter <dan...@ffwll.ch> > Cc: dri-devel@lists.freedesktop.org > Cc: l...@lists.freedesktop.org > Signed-off-by: Lee Jones <lee.jo...@linaro.org> > --- > drivers/gpu/drm/lima/lima_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/lima/lima_drv.c b/drivers/gpu/drm/lima/lima_drv.c > index d497af91d8505..7b8d7178d09aa 100644 > --- a/drivers/gpu/drm/lima/lima_drv.c > +++ b/drivers/gpu/drm/lima/lima_drv.c > @@ -255,7 +255,7 @@ static const struct drm_ioctl_desc > lima_drm_driver_ioctls[] = { > > DEFINE_DRM_GEM_FOPS(lima_drm_driver_fops); > > -/** > +/* > * Changelog: > * > * - 1.1.0 - add heap buffer support > -- > 2.25.1 > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel