summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenji Takahashi <dken4546@gmail.com>2026-08-04 21:52:34 +0900
committerAlex Deucher <alexander.deucher@amd.com>2026-08-06 13:47:02 -0400
commitdaaeec235e46b45a0dbd4facfb275cc43022028d (patch)
tree66cfbd0ea57ec4ac2fa7a802328b56794fdb1ce3
parent6411a35690453f22fdb524f2a1b4310b68c85737 (diff)
downloadlinux-daaeec235e46b45a0dbd4facfb275cc43022028d.tar.gz
linux-daaeec235e46b45a0dbd4facfb275cc43022028d.zip
drm/amdgpu: Fix typo in comment
Fix a spelling mistake in a comment. Signed-off-by: Kenji Takahashi <dken4546@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_queue.c2
1 files changed, 1 insertions, 1 deletions
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;