Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <jiangjian@cdjrlc.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jiang Jian and committed by
Alex Deucher
50ef0cac 10a9035c

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
··· 242 242 * @entry: IV entry 243 243 * 244 244 * Decodes the interrupt vector at the current rptr 245 - * position and also advance the position for for Vega10 245 + * position and also advance the position for Vega10 246 246 * and later GPUs. 247 247 */ 248 248 void amdgpu_ih_decode_iv_helper(struct amdgpu_device *adev,