[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ba96bb4f-1666-32a2-68a9-8fe3d6e2c10e@gmail.com>
Date: Tue, 14 Dec 2021 15:54:03 +0100
From: Christian König <ckoenig.leichtzumerken@...il.com>
To: Xiang wangx <wangxiang@...rlc.com>, airlied@...ux.ie
Cc: Xinhui.Pan@....com, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org, amd-gfx@...ts.freedesktop.org,
daniel@...ll.ch, alexander.deucher@....com,
christian.koenig@....com
Subject: Re: [PATCH] drm/radeon: Fix syntax errors in comments
Am 14.12.21 um 14:52 schrieb Xiang wangx:
> Delete the redundant word 'we'.
>
> Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
Well not a syntax error in the sense of a coding error, but valid fix
anyway :)
Reviewed-by: Christian König <christian.koenig@....com>
> ---
> 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/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)
Powered by blists - more mailing lists