drm/radeon: Fix syntax errors in comments
authorXiang wangx <wangxiang@cdjrlc.com>
Tue, 14 Dec 2021 13:52:17 +0000 (21:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Dec 2021 21:11:02 +0000 (16:11 -0500)
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>
drivers/gpu/drm/radeon/radeon_vce.c

index 511a942e851db8d273a85120c66f0d14b4cb0529..ca4a36464340f4d6c9dbc4ca23e7db7ad0aa1c40 100644 (file)
@@ -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)