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

drm/amd: Fix typo 'the the' in comment

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Slark Xiao and committed by
Alex Deucher
9dd4545f 86e4863e

+3 -3
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
··· 47 47 * for GPU/CPU synchronization. When the fence is written, 48 48 * it is expected that all buffers associated with that fence 49 49 * are no longer in use by the associated ring on the GPU and 50 - * that the the relevant GPU caches have been flushed. 50 + * that the relevant GPU caches have been flushed. 51 51 */ 52 52 53 53 struct amdgpu_fence {
+2 -2
drivers/gpu/drm/amd/include/atombios.h
··· 3255 3255 ucMinNBVoltageHigh: Voltage regulator dependent PWM value. High 8 bits of the value for the min voltage.Set this one to 0x00 if VC without PWM or no VC at all. 3256 3256 3257 3257 3258 - usInterNBVoltageLow: Voltage regulator dependent PWM value. The value makes the the voltage >=Min NB voltage but <=InterNBVoltageHigh. Set this to 0x0000 if VC without PWM or no VC at all. 3259 - usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value makes the the voltage >=InterNBVoltageLow but <=Max NB voltage.Set this to 0x0000 if VC without PWM or no VC at all. 3258 + usInterNBVoltageLow: Voltage regulator dependent PWM value. The value makes the voltage >=Min NB voltage but <=InterNBVoltageHigh. Set this to 0x0000 if VC without PWM or no VC at all. 3259 + usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value makes the voltage >=InterNBVoltageLow but <=Max NB voltage.Set this to 0x0000 if VC without PWM or no VC at all. 3260 3260 */ 3261 3261 3262 3262