diff options
| author | Kenji Takahashi <dken4546@gmail.com> | 2026-08-04 21:52:34 +0900 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-08-06 13:47:02 -0400 |
| commit | daaeec235e46b45a0dbd4facfb275cc43022028d (patch) | |
| tree | 66cfbd0ea57ec4ac2fa7a802328b56794fdb1ce3 /drivers/gpu | |
| parent | 6411a35690453f22fdb524f2a1b4310b68c85737 (diff) | |
| download | linux-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>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 2 |
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; |
