Re: [PATCH] drm/amd/display: fix repeated words in comments

From: Alex Deucher
Date: Fri Sep 09 2022 - 17:00:20 EST


Applied. Thanks!

On Wed, Sep 7, 2022 at 12:11 AM Jilin Yuan <yuanjilin@xxxxxxxxxx> wrote:
>
> Delete the redundant word 'in'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>
> ---
> drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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)
> --
> 2.36.1
>