Re: [PATCH] drm/radeon: Fix syntax errors in comments

2021-12-14 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Dec 14, 2021 at 9:54 AM Christian König wrote: > > Am 14.12.21 um 14:52 schrieb Xiang wangx: > > Delete the redundant word 'we'. > > > > Signed-off-by: Xiang wangx > > Well not a syntax error in the sense of a coding error, but valid fix > anyway :) > > Reviewed-b

[PATCH] drm/radeon: Fix syntax errors in comments

2021-12-14 Thread Xiang wangx
Delete the redundant word 'we'. Signed-off-by: Xiang wangx --- drivers/gpu/drm/radeon/radeon_vce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_vce.c b/drivers/gpu/drm/radeon/radeon_vce.c index 511a942e851d..ca4a36464340 100644 --- a/drivers/

Re: [PATCH] drm/radeon: Fix syntax errors in comments

2021-12-14 Thread Christian König
Am 14.12.21 um 14:52 schrieb Xiang wangx: Delete the redundant word 'we'. Signed-off-by: Xiang wangx Well not a syntax error in the sense of a coding error, but valid fix anyway :) Reviewed-by: Christian König --- drivers/gpu/drm/radeon/radeon_vce.c | 2 +- 1 file changed, 1 insertio