]> Git Repo - linux.git/commitdiff
drm/amdgpu: fix amdgpu_bo_release_notify() comment error
authorKevin Wang <[email protected]>
Mon, 17 Aug 2020 06:55:11 +0000 (14:55 +0800)
committerAlex Deucher <[email protected]>
Mon, 17 Aug 2020 18:06:28 +0000 (14:06 -0400)
fix amdgpu_bo_release_notify() comment error.

Signed-off-by: Kevin Wang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Dennis Li <[email protected]>
Acked-by: Nirmoy Das <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c

index a3cf38d25fc151f184559226b820de1f54a26741..3080b5644121100106d9d656418fbc6d6c27d445 100644 (file)
@@ -1302,7 +1302,7 @@ void amdgpu_bo_move_notify(struct ttm_buffer_object *bo,
 }
 
 /**
- * amdgpu_bo_move_notify - notification about a BO being released
+ * amdgpu_bo_release_notify - notification about a BO being released
  * @bo: pointer to a buffer object
  *
  * Wipes VRAM buffers whose contents should not be leaked before the
This page took 0.060635 seconds and 4 git commands to generate.