Skip to content

Commit fcb1e57

Browse files
committed
drm/rockchip: fixup comment for gem_free_object_unlocked
Just want to clean out all grep hits. gem_free_object is deprecated. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Cc: Sandy Huang <hjc@rock-chips.com> Cc: "Heiko Stübner" <heiko@sntech.de> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Reviewed-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180327082356.24516-2-daniel.vetter@ffwll.ch
1 parent 606f1fc commit fcb1e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/rockchip/rockchip_drm_gem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ rockchip_gem_create_object(struct drm_device *drm, unsigned int size,
357357
}
358358

359359
/*
360-
* rockchip_gem_free_object - (struct drm_driver)->gem_free_object callback
361-
* function
360+
* rockchip_gem_free_object - (struct drm_driver)->gem_free_object_unlocked
361+
* callback function
362362
*/
363363
void rockchip_gem_free_object(struct drm_gem_object *obj)
364364
{

0 commit comments

Comments
 (0)