2023-01-29 15:18:10

by Jonathan Neuschäfer

[permalink] [raw]
Subject: [PATCH] drm/amdgpu: Fix a typo ("boradcast")

Spell it as "broadcast".

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
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



2023-01-31 17:17:41

by Alex Deucher

[permalink] [raw]
Subject: Re: [PATCH] drm/amdgpu: Fix a typo ("boradcast")

Applied. Thanks!

On Sun, Jan 29, 2023 at 10:18 AM Jonathan Neuschäfer
<[email protected]> wrote:
>
> Spell it as "broadcast".
>
> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---
> 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
>