[PATCH] dc/dce: fix repeated words in comments

wangjianli posted 1 patch 3 years, 8 months ago
There is a newer version of this series
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dc/dce: fix repeated words in comments
Posted by wangjianli 3 years, 8 months ago
 Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 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 70eaac017624..f0b585caa28f 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
@@ -322,7 +322,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)
-- 
2.36.1
Re: [PATCH] dc/dce: fix repeated words in comments
Posted by Alex Deucher 3 years, 8 months ago
Applied.  Thanks!

On Mon, Jul 25, 2022 at 3:23 AM wangjianli <wangjianli@cdjrlc.com> wrote:
>
>  Delete the redundant word 'in'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  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 70eaac017624..f0b585caa28f 100644
> --- a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
> +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
> @@ -322,7 +322,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)
> --
> 2.36.1
>