[PATCH] drm/amdgpu: Fix typo in comment
Kenji Takahashi <[email protected]> Tue, 4 Aug 2026 21:52:34 +0900
| Newsgroups | org.freedesktop.lists.amd-gfx |
|---|---|
| Message-ID | <[email protected]> |
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