linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Fix a typo ("boradcast")
@ 2023-01-29 15:17 Jonathan Neuschäfer
  2023-01-31 17:16 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2023-01-29 15:17 UTC (permalink / raw)
  To: amd-gfx
  Cc: Jonathan Neuschäfer, Alex Deucher, Christian König,
	Pan, Xinhui, David Airlie, Daniel Vetter, Evan Quan,
	Hawking Zhang, dri-devel, linux-kernel

Spell it as "broadcast".

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/gpu/drm/amd/amdgpu/df_v1_7.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
index b991609f46c10..5dfab80ffff21 100644
--- a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
+++ b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
@@ -94,7 +94,7 @@ static void df_v1_7_update_medium_grain_clock_gating(struct amdgpu_device *adev,
 		WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp);
 	}

-	/* Exit boradcast mode */
+	/* Exit broadcast mode */
 	adev->df.funcs->enable_broadcast_mode(adev, false);
 }

--
2.39.0


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

* Re: [PATCH] drm/amdgpu: Fix a typo ("boradcast")
  2023-01-29 15:17 [PATCH] drm/amdgpu: Fix a typo ("boradcast") Jonathan Neuschäfer
@ 2023-01-31 17:16 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2023-01-31 17:16 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: amd-gfx, Pan, Xinhui, dri-devel, linux-kernel, Alex Deucher,
	Evan Quan, Christian König, Hawking Zhang

Applied.  Thanks!

On Sun, Jan 29, 2023 at 10:18 AM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> Spell it as "broadcast".
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  drivers/gpu/drm/amd/amdgpu/df_v1_7.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
> index b991609f46c10..5dfab80ffff21 100644
> --- a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
> +++ b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
> @@ -94,7 +94,7 @@ static void df_v1_7_update_medium_grain_clock_gating(struct amdgpu_device *adev,
>                 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp);
>         }
>
> -       /* Exit boradcast mode */
> +       /* Exit broadcast mode */
>         adev->df.funcs->enable_broadcast_mode(adev, false);
>  }
>
> --
> 2.39.0
>

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

end of thread, other threads:[~2023-01-31 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 15:17 [PATCH] drm/amdgpu: Fix a typo ("boradcast") Jonathan Neuschäfer
2023-01-31 17:16 ` 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).