drm/amdgpu: fix some kernel-doc markups
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 23 Oct 2020 16:32:58 +0000 (18:32 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Oct 2020 19:33:48 +0000 (15:33 -0400)
Some functions have different names between their prototypes
and the kernel-doc markup.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
include/uapi/drm/amdgpu_drm.h

index 27fbe361e3006899f6b264d76e6557083ae24b21..5b162429920b7534bac6a36fd3200dea3ba762fb 100644 (file)
@@ -2166,7 +2166,7 @@ struct amdgpu_bo_va *amdgpu_vm_bo_add(struct amdgpu_device *adev,
 
 
 /**
- * amdgpu_vm_bo_insert_mapping - insert a new mapping
+ * amdgpu_vm_bo_insert_map - insert a new mapping
  *
  * @adev: amdgpu_device pointer
  * @bo_va: bo_va to store the address
index dc73c0c2dbc8ce830fb05be9731c1e6b7a389ae0..a3dd909f78ab322e55f2d450c8b9121a0ad8fa37 100644 (file)
@@ -531,7 +531,7 @@ error_free:
 }
 
 /**
- * amdgpu_vram_mgr_alloc_sgt - allocate and fill a sg table
+ * amdgpu_vram_mgr_free_sgt - allocate and fill a sg table
  *
  * @adev: amdgpu device pointer
  * @sgt: sg table to free
index f7d7bce7d3b005f7e4b2df26d2526832bfb01606..7fb9c09ee93fbc8103d705c731825dd2deafe5ce 100644 (file)
@@ -667,7 +667,7 @@ struct drm_amdgpu_cs_chunk_data {
        };
 };
 
-/**
+/*
  *  Query h/w info: Flag that this is integrated (a.h.a. fusion) GPU
  *
  */