From: Jiang Jian Date: Thu, 23 Jun 2022 10:14:48 +0000 (+0800) Subject: drm/amdgpu: drop unexpected word 'for' in comments X-Git-Tag: v6.6.17~6802^2~17^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50ef0cacc43c5b01d5d1d65f08af33513b07e2c7;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu: drop unexpected word 'for' in comments 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 Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c index 3df1465..1d5af50 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c @@ -242,7 +242,7 @@ restart_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,