[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_P1VQo71hENT-RZUXY1T_+46bwPzRQ+OED-mTwRG52gnA@mail.gmail.com>
Date: Thu, 23 Jun 2022 12:51:04 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Jiang Jian <jiangjian@...rlc.com>
Cc: Dave Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
"Yang, Philip" <Philip.Yang@....com>,
"Kuehling, Felix" <Felix.Kuehling@....com>,
xinhui pan <Xinhui.Pan@....com>,
LKML <linux-kernel@...r.kernel.org>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>,
"Deucher, Alexander" <alexander.deucher@....com>,
Christian Koenig <christian.koenig@....com>
Subject: Re: [PATCH] drm/amdgpu: drop unexpected word 'for' in comments
Applied. Thanks!
Alex
On Thu, Jun 23, 2022 at 6:15 AM Jiang Jian <jiangjian@...rlc.com> wrote:
>
> there is an unexpected word 'for' in the comments that need to be dropped
>
> file - drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
> line - 245
>
> * position and also advance the position for for Vega10
>
> changed to:
>
> * position and also advance the position for Vega10
>
> Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
> index 3df146579ad9..1d5af50331e4 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
> @@ -242,7 +242,7 @@ int amdgpu_ih_process(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih)
> * @entry: IV entry
> *
> * Decodes the interrupt vector at the current rptr
> - * position and also advance the position for for Vega10
> + * position and also advance the position for Vega10
> * and later GPUs.
> */
> void amdgpu_ih_decode_iv_helper(struct amdgpu_device *adev,
> --
> 2.17.1
>
Powered by blists - more mailing lists