diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-07-29 11:20:46 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-08-03 00:21:25 +0300 |
commit | 04f61f6c85b857b0d7ff201942d8067eeaf39388 (patch) | |
tree | 34e06bc37886d63f1bed1a9fee348c6b457abf58 /drivers/gpu/drm/radeon/radeon_fence.c | |
parent | 4dc8e494bb73ed1322f458f1400b8d507cfd32d5 (diff) | |
download | linux-04f61f6c85b857b0d7ff201942d8067eeaf39388.tar.xz |
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_fence.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_fence.c b/drivers/gpu/drm/radeon/radeon_fence.c index 18f2c2e0dfb3..e9c47ec28ade 100644 --- a/drivers/gpu/drm/radeon/radeon_fence.c +++ b/drivers/gpu/drm/radeon/radeon_fence.c @@ -50,7 +50,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. Whether + * that the relevant GPU caches have been flushed. Whether * we use a scratch register or memory location depends on the asic * and whether writeback is enabled. */ |