[PATCH 2/2] drm/amdgpu: fix documentation for amdgpu_bo_create_kernel_at

Alex Deucher alexdeucher at gmail.com
Mon Sep 16 18:43:13 UTC 2019


Typo in the function name.

Fixes: 0d9a80213829 ("drm/amdgpu: cleanup creating BOs at fixed location")
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index 70d45d48907a..ecad84e1b4e2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@ -343,7 +343,7 @@ int amdgpu_bo_create_kernel(struct amdgpu_device *adev,
 }
 
 /**
- * amdgpu_bo_create_kernel - create BO for kernel use at specific location
+ * amdgpu_bo_create_kernel_at - create BO for kernel use at specific location
  *
  * @adev: amdgpu device object
  * @offset: offset of the BO
-- 
2.20.1



More information about the amd-gfx mailing list