Commit 50ef0cac authored by Jiang Jian's avatar Jiang Jian Committed by Alex Deucher

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 10a9035c
...@@ -242,7 +242,7 @@ int amdgpu_ih_process(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih) ...@@ -242,7 +242,7 @@ int amdgpu_ih_process(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih)
* @entry: IV entry * @entry: IV entry
* *
* Decodes the interrupt vector at the current rptr * 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. * and later GPUs.
*/ */
void amdgpu_ih_decode_iv_helper(struct amdgpu_device *adev, void amdgpu_ih_decode_iv_helper(struct amdgpu_device *adev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment