mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 07:33:45 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
6411a35690
commit
daaeec235e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user