[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_OBGFDqJjK_E9VJVX=sbejct4U3yob-ueCp0MRDixLVow@mail.gmail.com>
Date: Tue, 22 Apr 2025 09:42:25 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Alex Deucher <alexander.deucher@....com>,
Christian König <christian.koenig@....com>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>, amd-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] drm/amdgpu: Fix spelling mistake "rounter" -> "rounter"
On Tue, Apr 22, 2025 at 6:33 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake with the array utcl2_rounter_str, it
> appears it should be utcl2_router_str. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
Applied with the patch title fixed up.
Thanks!
Alex
> ---
> drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c
> index d81449f9d822..c48cd47b531f 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c
> @@ -1547,7 +1547,7 @@ static void gfx_v9_4_2_log_utc_edc_count(struct amdgpu_device *adev,
> {
> uint32_t bank, way, mem;
> static const char * const vml2_way_str[] = { "BIGK", "4K" };
> - static const char * const utcl2_rounter_str[] = { "VMC", "APT" };
> + static const char * const utcl2_router_str[] = { "VMC", "APT" };
>
> mem = instance % blk->num_mem_blocks;
> way = (instance / blk->num_mem_blocks) % blk->num_ways;
> @@ -1568,7 +1568,7 @@ static void gfx_v9_4_2_log_utc_edc_count(struct amdgpu_device *adev,
> dev_info(
> adev->dev,
> "GFX SubBlock UTCL2_ROUTER_IFIF%d_GROUP0_%s, SED %d, DED %d\n",
> - bank, utcl2_rounter_str[mem], sec_cnt, ded_cnt);
> + bank, utcl2_router_str[mem], sec_cnt, ded_cnt);
> break;
> case ATC_L2_CACHE_2M:
> dev_info(
> --
> 2.49.0
>
Powered by blists - more mailing lists