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_vram_mgr.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_vram_mgr.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c index dc73c0c2dbc8..a3dd909f78ab 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @@ -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 |
