Whoops, I reverted the subject line change. Will resend it. On 10/16/24 7:43 PM, Randy Dunlap wrote: > > drivers/gpu/drm/drm_fbdev_dma.c:1: warning: no structured comments found > drivers/gpu/drm/drm_fbdev_shmem.c:1: warning: no structured comments found > drivers/gpu/drm/drm_fbdev_ttm.c:1: warning: no structured comments found > > Fixes: 731fddf4302e ("drm/fbdev-dma: Remove obsolete setup function") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Cc: David Airlie <airlied@xxxxxxxxx> > Cc: Simona Vetter <simona@xxxxxxxx> > Cc: Thomas Zimmermann <tzimmermann@xxxxxxx> > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > --- > Documentation/gpu/drm-kms-helpers.rst | 9 --------- > 1 file changed, 9 deletions(-) > > --- linux-next-20241016.orig/Documentation/gpu/drm-kms-helpers.rst > +++ linux-next-20241016/Documentation/gpu/drm-kms-helpers.rst > @@ -110,15 +110,6 @@ fbdev Helper Functions Reference > .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c > :doc: fbdev helpers > > -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_dma.c > - :export: > - > -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_shmem.c > - :export: > - > -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_ttm.c > - :export: > - > .. kernel-doc:: include/drm/drm_fb_helper.h > :internal: > -- ~Randy