Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/fb-helper: Fix typo on kerneldoc

Copypasta mistake.

Fixes: 742547b73d27 ("drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs")
Cc: Archit Taneja <architt@codeaurora.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180524090105.21196-1-daniel.vetter@ffwll.ch

+1 -1
+1 -1
drivers/gpu/drm/drm_fb_helper.c
··· 1164 1164 * @info: fbdev registered by the helper 1165 1165 * @rect: info about rectangle to fill 1166 1166 * 1167 - * A wrapper around cfb_imageblit implemented by fbdev core 1167 + * A wrapper around cfb_fillrect implemented by fbdev core 1168 1168 */ 1169 1169 void drm_fb_helper_cfb_fillrect(struct fb_info *info, 1170 1170 const struct fb_fillrect *rect)