aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_vce.c
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2021-12-14 21:52:17 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-12-14 16:11:02 -0500
commita342655865b2f14d1fbf346356d3b3360e63e872 (patch)
tree9cb5b3ac07b01fc71c9b46dd778dd77da33b10ff /drivers/gpu/drm/radeon/radeon_vce.c
parentamdgpu: fix some comment typos (diff)
downloadlinux-dev-a342655865b2f14d1fbf346356d3b3360e63e872.tar.xz
linux-dev-a342655865b2f14d1fbf346356d3b3360e63e872.zip
drm/radeon: Fix syntax errors in comments
Delete the redundant word 'we'. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_vce.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_vce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_vce.c b/drivers/gpu/drm/radeon/radeon_vce.c
index 511a942e851d..ca4a36464340 100644
--- a/drivers/gpu/drm/radeon/radeon_vce.c
+++ b/drivers/gpu/drm/radeon/radeon_vce.c
@@ -513,7 +513,7 @@ int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi,
* @allocated: allocated a new handle?
*
* Validates the handle and return the found session index or -EINVAL
- * we we don't have another free session index.
+ * we don't have another free session index.
*/
static int radeon_vce_validate_handle(struct radeon_cs_parser *p,
uint32_t handle, bool *allocated)