drm/rockchip: fixup comment for gem_free_object_unlocked
authorDaniel Vetter <[email protected]>
Tue, 27 Mar 2018 08:23:53 +0000 (10:23 +0200)
committerDaniel Vetter <[email protected]>
Wed, 28 Mar 2018 15:07:36 +0000 (17:07 +0200)
Just want to clean out all grep hits. gem_free_object is deprecated.

Signed-off-by: Daniel Vetter <[email protected]>
Cc: Sandy Huang <[email protected]>
Cc: "Heiko Stübner" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reviewed-by: Sean Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/rockchip/rockchip_drm_gem.c

index 074db7a92809532a07333d320e67c31206aeab4e..a8db758d523e94780584090b191625ffdcd28a16 100644 (file)
@@ -357,8 +357,8 @@ err_free_rk_obj:
 }
 
 /*
- * rockchip_gem_free_object - (struct drm_driver)->gem_free_object callback
- * function
+ * rockchip_gem_free_object - (struct drm_driver)->gem_free_object_unlocked
+ * callback function
  */
 void rockchip_gem_free_object(struct drm_gem_object *obj)
 {