mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02: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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user