From daaeec235e46b45a0dbd4facfb275cc43022028d Mon Sep 17 00:00:00 2001 From: Kenji Takahashi Date: Tue, 4 Aug 2026 21:52:34 +0900 Subject: [PATCH] drm/amdgpu: Fix typo in comment Fix a spelling mistake in a comment. Signed-off-by: Kenji Takahashi Signed-off-by: Alex Deucher --- 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 25954c2c2d91..15eeaaebbbcd 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;