Hi-- On 3/4/24 18:48, R SUNDAR wrote: > /include/drm/drm_gem_vram_helper.h:185: warning: Excess struct member 'funcs' description in 'drm_vram_mm' > > Signed-off-by: R SUNDAR <prosunofficial@xxxxxxxxx> or https://lore.kernel.org/lkml/20240204145348.56924-1-agarwala.kartik@xxxxxxxxx/ or https://lore.kernel.org/lkml/20240106032957.1195-1-rdunlap@xxxxxxxxxxxxx/ but in any case I would like to see any one of these patches merged. Thanks. Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > --- > include/drm/drm_gem_vram_helper.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/drm/drm_gem_vram_helper.h b/include/drm/drm_gem_vram_helper.h > index e18429f09e53..c89c9bafeb44 100644 > --- a/include/drm/drm_gem_vram_helper.h > +++ b/include/drm/drm_gem_vram_helper.h > @@ -170,7 +170,6 @@ void drm_gem_vram_simple_display_pipe_cleanup_fb( > * @vram_base: Base address of the managed video memory > * @vram_size: Size of the managed video memory in bytes > * @bdev: The TTM BO device. > - * @funcs: TTM BO functions > * > * The fields &struct drm_vram_mm.vram_base and > * &struct drm_vram_mm.vrm_size are managed by VRAM MM, but are -- #Randy