diff options
author | Darren Powell <darren.powell@amd.com> | 2018-06-25 19:04:03 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 17:40:03 -0400 |
commit | 87e3f1366eaa82c78b826b38008987406470b03d (patch) | |
tree | a5106b7d287d23fb13fac1bc3ab381fe4fa5cd01 /drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | |
parent | 6f3472a993e7cb63cde5d818dcabc8e42fc03744 (diff) |
drm/amd: Remove errors from sphinx documentation
Eliminating the warnings produced by sphinx when processing the sphinx comments in
amdgpu_device.c & amdgpu_mn.c
Signed-off-by: Darren Powell <darren.powell@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c index 72a3e8c68876..a365ea2383d1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | |||
@@ -58,7 +58,8 @@ | |||
58 | * | 58 | * |
59 | * @adev: amdgpu device pointer | 59 | * @adev: amdgpu device pointer |
60 | * @mm: process address space | 60 | * @mm: process address space |
61 | * @mn: MMU notifier structur | 61 | * @mn: MMU notifier structure |
62 | * @type: type of MMU notifier | ||
62 | * @work: destruction work item | 63 | * @work: destruction work item |
63 | * @node: hash table node to find structure by adev and mn | 64 | * @node: hash table node to find structure by adev and mn |
64 | * @lock: rw semaphore protecting the notifier nodes | 65 | * @lock: rw semaphore protecting the notifier nodes |
@@ -266,7 +267,7 @@ static void amdgpu_mn_invalidate_range_start_gfx(struct mmu_notifier *mn, | |||
266 | * amdgpu_mn_invalidate_range_start_hsa - callback to notify about mm change | 267 | * amdgpu_mn_invalidate_range_start_hsa - callback to notify about mm change |
267 | * | 268 | * |
268 | * @mn: our notifier | 269 | * @mn: our notifier |
269 | * @mn: the mm this callback is about | 270 | * @mm: the mm this callback is about |
270 | * @start: start of updated range | 271 | * @start: start of updated range |
271 | * @end: end of updated range | 272 | * @end: end of updated range |
272 | * | 273 | * |