diff options
| author | Jiang Jian <[email protected]> | 2022-06-23 10:14:48 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-23 21:23:13 +0000 |
| commit | 50ef0cacc43c5b01d5d1d65f08af33513b07e2c7 (patch) | |
| tree | 853f8964de5f9f68a271c053735a7ab2ad280105 /drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | |
| parent | drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg() (diff) | |
| download | kernel-50ef0cacc43c5b01d5d1d65f08af33513b07e2c7.tar.gz kernel-50ef0cacc43c5b01d5d1d65f08af33513b07e2c7.zip | |
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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, |
