Commit 6e3cd2a9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Alex Deucher

amdgpu: fix a few kernel-doc markup issues

A kernel-doc markup can't be mixed with a random comment,
as it causes parsing problems.

While here, change an invalid kernel-doc markup into
a common comment.
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 73bf5cad
...@@ -243,9 +243,11 @@ bool amdgpu_device_supports_baco(struct drm_device *dev) ...@@ -243,9 +243,11 @@ bool amdgpu_device_supports_baco(struct drm_device *dev)
return amdgpu_asic_supports_baco(adev); return amdgpu_asic_supports_baco(adev);
} }
/*
* VRAM access helper functions
*/
/** /**
* VRAM access helper functions.
*
* amdgpu_device_vram_access - read/write a buffer in vram * amdgpu_device_vram_access - read/write a buffer in vram
* *
* @adev: amdgpu_device pointer * @adev: amdgpu_device pointer
...@@ -4508,7 +4510,7 @@ int amdgpu_device_gpu_recover(struct amdgpu_device *adev, ...@@ -4508,7 +4510,7 @@ int amdgpu_device_gpu_recover(struct amdgpu_device *adev,
bool need_emergency_restart = false; bool need_emergency_restart = false;
bool audio_suspended = false; bool audio_suspended = false;
/** /*
* Special case: RAS triggered and full reset isn't supported * Special case: RAS triggered and full reset isn't supported
*/ */
need_emergency_restart = amdgpu_ras_need_emergency_restart(adev); need_emergency_restart = amdgpu_ras_need_emergency_restart(adev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment