aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
diff options
context:
space:
mode:
authorChristian König <[email protected]>2022-03-25 09:22:36 +0000
committerAlex Deucher <[email protected]>2022-04-01 03:05:54 +0000
commit55a2d21bba3db088f25d124c76d8bbaa2f4f5771 (patch)
treecccd1e2a0bd1ccbf3eb5869fc2fdea850987cb61 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
parentamd/display: set backlight only if required (diff)
downloadkernel-55a2d21bba3db088f25d124c76d8bbaa2f4f5771.tar.gz
kernel-55a2d21bba3db088f25d124c76d8bbaa2f4f5771.zip
drm/amdgpu: fix some kerneldoc in the VM code v2
Fix two incorrect kerneldocs for the recent VM code changes. v2: fix one more typo Signed-off-by: Christian König <[email protected]> Reported-by: kernel test robot <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
index a821ada5f8ca..958d7ed97882 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
@@ -620,7 +620,7 @@ error_free_pt:
}
/**
- * amdgpu_vm_free_table - fre one PD/PT
+ * amdgpu_vm_pt_free - free one PD/PT
*
* @entry: PDE to free
*/