linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: fix repeated words in comments
@ 2022-09-07  4:10 Jilin Yuan
  2022-09-09 21:00 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-09-07  4:10 UTC (permalink / raw)
  To: airlied, daniel, Charlene.Liu
  Cc: amd-gfx, dri-devel, linux-kernel, Jilin Yuan

Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@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] 2+ messages in thread

* Re: [PATCH] drm/amd/display: fix repeated words in comments
  2022-09-07  4:10 [PATCH] drm/amd/display: fix repeated words in comments Jilin Yuan
@ 2022-09-09 21:00 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2022-09-09 21:00 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: airlied, daniel, Charlene.Liu, dri-devel, amd-gfx, linux-kernel

Applied.  Thanks!

On Wed, Sep 7, 2022 at 12:11 AM Jilin Yuan <yuanjilin@cdjrlc.com> wrote:
>
> Delete the redundant word 'in'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@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	[flat|nested] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  4:10 [PATCH] drm/amd/display: fix repeated words in comments Jilin Yuan
2022-09-09 21:00 ` Alex Deucher

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