Re: [PATCH] drm/amdgpu: drop unexpected word 'for' in comments

2022-06-23 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Jun 23, 2022 at 6:15 AM Jiang Jian 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: > >

[PATCH] drm/amdgpu: drop unexpected word 'for' in comments

2022-06-23 Thread Jiang Jian
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 --- drivers/g