On 16/04/2024 09:31, Stephen Rothwell wrote:
Hi all,
After merging the drm-misc tree, today's linux-next build (htmldocs)
produced these warnings:
drivers/gpu/drm/drm_fb_dma_helper.c:166: warning: Excess function parameter 'drm_scanout_buffer' description in 'drm_fb_dma_get_scanout_buffer'
drivers/gpu/drm/drm_fb_dma_helper.c:166: warning: Function parameter or struct member 'sb' not described in 'drm_fb_dma_get_scanout_buffer'
drivers/gpu/drm/drm_fb_dma_helper.c:166: warning: Excess function parameter 'drm_scanout_buffer' description in 'drm_fb_dma_get_scanout_buffer'
Hi,
Thanks for pointing that out. The parameter name is 'sb' and not
'drm_scanout_buffer', I will send a fix.
Best regards,
--
Jocelyn
Introduced by commit
879b3b6511fe ("drm/fb_dma: Add generic get_scanout_buffer() for drm_panic")