[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_NRO5KqMq33yK4Bc04yC2wAPbhb0FvL+9D5T4PFDW6i_Q@mail.gmail.com>
Date: Tue, 16 Dec 2025 10:29:02 -0500
From: Alex Deucher <alexdeucher@...il.com>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Felix Kuehling <Felix.Kuehling@....com>, 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] drm/amdkfd: Fix a couple of spelling mistakes
Applied. Thanks!
On Mon, Dec 15, 2025 at 12:51 PM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There are a couple of spelling mistakes, one in a pr_warn message
> and one in a seq_printf message. Fix these.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
> drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 +-
> drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> index 2f66ebb5b029..adffa44fff2c 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> @@ -830,7 +830,7 @@ int kfd_create_process_sysfs(struct kfd_process *process)
> int ret;
>
> if (process->kobj) {
> - pr_warn("kobject already exsists for the kfd_process\n");
> + pr_warn("kobject already exists for the kfd_process\n");
> return -EINVAL;
> }
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
> index 5f8cda4733f9..d7d37f01f51c 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
> @@ -1115,7 +1115,7 @@ int pqm_debugfs_mqds(struct seq_file *m, void *data)
> break;
> default:
> seq_printf(m,
> - " Qeueu node with bad user queue type %d on device %x\n",
> + " Queue node with bad user queue type %d on device %x\n",
> q->properties.type, q->device->id);
> continue;
> }
> --
> 2.51.0
>
Powered by blists - more mailing lists