aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
diff options
context:
space:
mode:
authorSlark Xiao <[email protected]>2022-07-21 06:09:46 +0000
committerAlex Deucher <[email protected]>2022-07-25 13:31:05 +0000
commit9dd4545f65679042273a93054ec3bb665ecf7366 (patch)
tree0fbe9c160553b7052ac6a48de98c27d90cdbba96 /drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
parentdrm/amd/display: reduce stack for dml32_CalculatePrefetchSchedule (diff)
downloadkernel-9dd4545f65679042273a93054ec3bb665ecf7366.tar.gz
kernel-9dd4545f65679042273a93054ec3bb665ecf7366.zip
drm/amd: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index ff659d4f772b..8adeb7469f1e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@ -47,7 +47,7 @@
* for GPU/CPU synchronization. When the fence is written,
* it is expected that all buffers associated with that fence
* are no longer in use by the associated ring on the GPU and
- * that the the relevant GPU caches have been flushed.
+ * that the relevant GPU caches have been flushed.
*/
struct amdgpu_fence {