From: Jilin Yuan Date: Wed, 7 Sep 2022 04:10:58 +0000 (+0800) Subject: drm/amd/display: fix repeated words in comments X-Git-Tag: v6.1-rc5~176^2~14^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65529fa32c60ea15514e99b6ea12304aea732b67;p=platform%2Fkernel%2Flinux-starfive.git drm/amd/display: fix repeated words in comments Delete the redundant word 'in'. Signed-off-by: Jilin Yuan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c index bdb6bac..c94a966 100644 --- a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c @@ -300,7 +300,7 @@ static void set_high_bit_rate_capable( AZ_REG_WRITE(AZALIA_F0_CODEC_PIN_CONTROL_RESPONSE_HBR, value); } -/* set video latency in in ms/2+1 */ +/* set video latency in ms/2+1 */ static void set_video_latency( struct audio *audio, int latency_in_ms)