Re: [PATCH] drm/vram-helper: fix typos in vram helper doc

2023-02-27 Thread Thomas Zimmermann
Hi thanks for the fix. A few things could be improved. The subject line should say 'fix function names' instead of 'fix typos'. The patch also deserves at least a minimal description if the change. Something like 'Refer to drmm_vram_helper_init() instead of the non-existent drmm_vram_helper_a

[PATCH] drm/vram-helper: fix typos in vram helper doc

2023-02-27 Thread Luc Ma
Fixes: a5f23a72355d ("drm/vram-helper: Managed vram helpers") Signed-off-by: Luc Ma --- drivers/gpu/drm/drm_gem_vram_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_vram_helper.c b/drivers/gpu/drm/drm_gem_vram_helper.c index d40b3edb52d0