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

drm/amd/display: fix repeated words in comments

Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jilin Yuan and committed by
Alex Deucher
65529fa3 e7c94bfb

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
··· 300 300 AZ_REG_WRITE(AZALIA_F0_CODEC_PIN_CONTROL_RESPONSE_HBR, value); 301 301 } 302 302 303 - /* set video latency in in ms/2+1 */ 303 + /* set video latency in ms/2+1 */ 304 304 static void set_video_latency( 305 305 struct audio *audio, 306 306 int latency_in_ms)