From: Maarten Lankhorst Date: Tue, 24 Nov 2015 09:34:34 +0000 (+0100) Subject: drm/atomic: Small documentation fix. X-Git-Tag: v4.5-rc1~74^2~38^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9744bf41f15c9549aba8bd52507b64b0fe6a88cb;p=karo-tx-linux.git drm/atomic: Small documentation fix. Use the correct function name for drm_atomic_clean_old_fb docs. Signed-off-by: Maarten Lankhorst Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index 91825e661977..55b4debad79b 100644 --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c @@ -1430,7 +1430,7 @@ static int atomic_set_prop(struct drm_atomic_state *state, } /** - * drm_atomic_update_old_fb -- Unset old_fb pointers and set plane->fb pointers. + * drm_atomic_clean_old_fb -- Unset old_fb pointers and set plane->fb pointers. * * @dev: drm device to check. * @plane_mask: plane mask for planes that were updated.