dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dc/dce: fix repeated words in comments
@ 2022-07-24  7:41 wangjianli
  2022-07-25 20:12 ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: wangjianli @ 2022-07-24  7:41 UTC (permalink / raw)
  To: airlied, daniel; +Cc: wangjianli, dri-devel, amd-gfx, linux-kernel

 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dc/dce: fix repeated words in comments
  2022-07-24  7:41 [PATCH] dc/dce: fix repeated words in comments wangjianli
@ 2022-07-25 20:12 ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2022-07-25 20:12 UTC (permalink / raw)
  To: wangjianli; +Cc: airlied, amd-gfx, dri-devel, linux-kernel

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] dc/dce: fix repeated words in comments
@ 2022-09-08 12:41 wangjianli
  0 siblings, 0 replies; 3+ messages in thread
From: wangjianli @ 2022-09-08 12:41 UTC (permalink / raw)
  To: airlied, daniel; +Cc: wangjianli, dri-devel, amd-gfx, linux-kernel

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 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-09  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24  7:41 [PATCH] dc/dce: fix repeated words in comments wangjianli
2022-07-25 20:12 ` Alex Deucher
2022-09-08 12:41 wangjianli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).