drm/amdkfd: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:24 +0000 (13:11 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 May 2022 18:56:33 +0000 (14:56 -0400)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c

index 8b5452a8d3303f2c94e66739b0dee78b2295388f..67abf8dcd30ac8f995610c4309893cbbc9098562 100644 (file)
@@ -1621,7 +1621,7 @@ int amdgpu_amdkfd_gpuvm_free_memory_of_gpu(
 
        mutex_lock(&mem->lock);
 
-       /* Unpin MMIO/DOORBELL BO's that were pinnned during allocation */
+       /* Unpin MMIO/DOORBELL BO's that were pinned during allocation */
        if (mem->alloc_flags &
            (KFD_IOC_ALLOC_MEM_FLAGS_DOORBELL |
             KFD_IOC_ALLOC_MEM_FLAGS_MMIO_REMAP)) {