aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <[email protected]>2022-09-07 04:10:58 +0000
committerAlex Deucher <[email protected]>2022-09-13 18:32:58 +0000
commit65529fa32c60ea15514e99b6ea12304aea732b67 (patch)
treedfe766fdcc6c56cdde70bd0e5f11c3bd698a0c36
parentdrm/amdgpu: cleanup coding style in amdgpu_amdkfd_gpuvm.c (diff)
downloadkernel-65529fa32c60ea15514e99b6ea12304aea732b67.tar.gz
kernel-65529fa32c60ea15514e99b6ea12304aea732b67.zip
drm/amd/display: fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: Jilin Yuan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_audio.c2
1 files changed, 1 insertions, 1 deletions
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 bdb6bac8dd97..c94a966c6612 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)