From: Xiang wangx Date: Tue, 14 Dec 2021 13:52:17 +0000 (+0800) Subject: drm/radeon: Fix syntax errors in comments X-Git-Tag: perf_urgent_for_v5.17_rc2~93^2~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a342655865b2f14d1fbf346356d3b3360e63e872;p=users%2Fdwmw2%2Flinux.git drm/radeon: Fix syntax errors in comments Delete the redundant word 'we'. Reviewed-by: Christian König Signed-off-by: Xiang wangx Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/radeon_vce.c b/drivers/gpu/drm/radeon/radeon_vce.c index 511a942e851db..ca4a36464340f 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)