aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_device.c
diff options
context:
space:
mode:
authorCai Huoqing <caihuoqing@baidu.com>2021-07-29 16:20:46 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-08-02 17:21:25 -0400
commit04f61f6c85b857b0d7ff201942d8067eeaf39388 (patch)
tree34e06bc37886d63f1bed1a9fee348c6b457abf58 /drivers/gpu/drm/radeon/radeon_device.c
parentdrm/amd/display: Fix typo in comments (diff)
downloadlinux-dev-04f61f6c85b857b0d7ff201942d8067eeaf39388.tar.xz
linux-dev-04f61f6c85b857b0d7ff201942d8067eeaf39388.zip
gpu/drm/radeon: Fix typo in comments
Remove the repeated word 'the' from comments Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_device.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index cec03238e14d..ac8c3251b616 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -406,7 +406,7 @@ void radeon_doorbell_free(struct radeon_device *rdev, u32 doorbell)
/*
* radeon_wb_*()
- * Writeback is the the method by which the the GPU updates special pages
+ * Writeback is the method by which the GPU updates special pages
* in memory with the status of certain GPU events (fences, ring pointers,
* etc.).
*/