diff options
| author | 2022-09-07 12:10:58 +0800 | |
|---|---|---|
| committer | 2022-09-13 14:32:58 -0400 | |
| commit | 65529fa32c60ea15514e99b6ea12304aea732b67 (patch) | |
| tree | dfe766fdcc6c56cdde70bd0e5f11c3bd698a0c36 | |
| parent | drm/amdgpu: cleanup coding style in amdgpu_amdkfd_gpuvm.c (diff) | |
| download | wireguard-linux-65529fa32c60ea15514e99b6ea12304aea732b67.tar.xz wireguard-linux-65529fa32c60ea15514e99b6ea12304aea732b67.zip | |
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>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 |
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) |
