Re: [PATCH] drm/amdgpu: Fix typo in comment

Alex Deucher <[email protected]> Wed, 5 Aug 2026 09:40:49 -0400
Newsgroups org.freedesktop.lists.amd-gfx
Message-ID <CADnq5_O=3gwWFUcUpV-YBxHwQrxpxF_jQC5m+vn06f3VmPExxQ@mail.gmail.com>
Applied.  Thanks!

On Wed, Aug 5, 2026 at 3:43 AM Kenji Takahashi <[email protected]> wrote:
>
> Fix a spelling mistake in a comment.
>
> Signed-off-by: Kenji Takahashi <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> index b249e7d1af48..d634b91bf81d 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> @@ -102,7 +102,7 @@ static int kfd_queue_buffer_svm_get(struct kfd_process_device *pdd, u64 addr, u6
>         mutex_lock(&p->svms.lock);
>
>         /*
> -        * range may split to multiple svm pranges aligned to granularity boundaery.
> +        * range may split to multiple svm pranges aligned to granularity boundary.
>          */
>         while (size) {
>                 uint32_t gpuid, gpuidx;
> --
> 2.43.0
>