Commit 736b1729 authored by Kevin Wang's avatar Kevin Wang Committed by Alex Deucher

drm/amdgpu: fix amdgpu_bo_release_notify() comment error

fix amdgpu_bo_release_notify() comment error.
Signed-off-by: default avatarKevin Wang <kevin1.wang@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarDennis Li <Dennis.Li@amd.com>
Acked-by: default avatarNirmoy Das <nirmoy.das@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d95c42a1
...@@ -1302,7 +1302,7 @@ void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, ...@@ -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 * @bo: pointer to a buffer object
* *
* Wipes VRAM buffers whose contents should not be leaked before the * Wipes VRAM buffers whose contents should not be leaked before the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment