diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2020-10-23 16:32:58 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-10-23 19:33:48 +0000 |
| commit | c45dd3bda1c809eb120452597097e14a96b58c1f (patch) | |
| tree | a553e9c061fff1061c75a37c0b774dfd77884024 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | amdgpu: fix a few kernel-doc markup issues (diff) | |
| download | kernel-c45dd3bda1c809eb120452597097e14a96b58c1f.tar.gz kernel-c45dd3bda1c809eb120452597097e14a96b58c1f.zip | |
drm/amdgpu: fix some kernel-doc markups
Some functions have different names between their prototypes
and the kernel-doc markup.
Acked-by: Christian König <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index 27fbe361e300..5b162429920b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -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 |
