drm/amdgpu/dc/dce: fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Sun, 24 Jul 2022 07:41:50 +0000 (15:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2022 20:05:14 +0000 (16:05 -0400)
Delete the redundant word 'in'.

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

index eb5a7fe88971612f4c8b5bf416c01b31b7ed2898..bdb6bac8dd974f65c0e6f710af7450f4acbb9e2d 100644 (file)
@@ -320,7 +320,7 @@ static void set_video_latency(
                value);
 }
 
-/* set audio latency in in ms/2+1 */
+/* set audio latency in ms/2+1 */
 static void set_audio_latency(
        struct audio *audio,
        int latency_in_ms)