drm/amd/display: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 7 Sep 2022 04:10:58 +0000 (12:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Sep 2022 18:32:58 +0000 (14:32 -0400)
Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c

index bdb6bac..c94a966 100644 (file)
@@ -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)