[PATCH] drm/fb-helper: Fix typo on kerneldoc

Noralf Trønnes noralf at tronnes.org
Thu May 24 14:24:32 UTC 2018


Den 24.05.2018 11.01, skrev Daniel Vetter:
> Copypasta mistake.
>
> Fixes: 742547b73d27 ("drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs")
> Cc: Archit Taneja <architt at codeaurora.org>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Cc: Gustavo Padovan <gustavo at padovan.org>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Sean Paul <seanpaul at chromium.org>
> Cc: David Airlie <airlied at linux.ie>
> Cc: dri-devel at lists.freedesktop.org
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
>   drivers/gpu/drm/drm_fb_helper.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
> index 0646b108030b..b7c5ae7f4bd6 100644
> --- a/drivers/gpu/drm/drm_fb_helper.c
> +++ b/drivers/gpu/drm/drm_fb_helper.c
> @@ -1164,7 +1164,7 @@ EXPORT_SYMBOL(drm_fb_helper_sys_imageblit);
>    * @info: fbdev registered by the helper
>    * @rect: info about rectangle to fill
>    *
> - * A wrapper around cfb_imageblit implemented by fbdev core
> + * A wrapper around cfb_fillrect implemented by fbdev core
>    */
>   void drm_fb_helper_cfb_fillrect(struct fb_info *info,
>   				const struct fb_fillrect *rect)

Acked-by: Noralf Trønnes <noralf at tronnes.org>



More information about the dri-devel mailing list