Commit a3426558 authored by Xiang wangx's avatar Xiang wangx Committed by Alex Deucher

drm/radeon: Fix syntax errors in comments

Delete the redundant word 'we'.
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 326db0dc
...@@ -513,7 +513,7 @@ int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, ...@@ -513,7 +513,7 @@ int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi,
* @allocated: allocated a new handle? * @allocated: allocated a new handle?
* *
* Validates the handle and return the found session index or -EINVAL * 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, static int radeon_vce_validate_handle(struct radeon_cs_parser *p,
uint32_t handle, bool *allocated) uint32_t handle, bool *allocated)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment