]> xenbits.xensource.com Git - people/jgross/linux.git/commitdiff
drm/amdkfd: Fix spelling mistake "detroyed" -> "destroyed"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 14 Sep 2022 17:15:05 +0000 (18:15 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Sep 2022 19:07:46 +0000 (15:07 -0400)
There is a spelling mistake in a pr_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c

index 7522bf2d2f57e5375b9e85343e17d7a43939e7c5..c70c026c9a935072c9c0e7d4ad7378706d3afa53 100644 (file)
@@ -898,7 +898,7 @@ static vm_fault_t svm_migrate_to_ram(struct vm_fault *vmf)
                return VM_FAULT_SIGBUS;
        }
        if (!mmget_not_zero(svm_bo->eviction_fence->mm)) {
-               pr_debug("addr 0x%lx of process mm is detroyed\n", addr);
+               pr_debug("addr 0x%lx of process mm is destroyed\n", addr);
                return VM_FAULT_SIGBUS;
        }