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 <rdun...@infradead.org> > Reported-by: Stephen Rothwell <s...@canb.auug.org.au> > Cc: David Airlie <airl...@gmail.com> > Cc: Simona Vetter <sim...@ffwll.ch> > Cc: Thomas Zimmermann <tzimmerm...@suse.de> > Cc: dri-devel@lists.freedesktop.org > --- > 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