drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 23 Jun 2022 17:14:18 +0000 (13:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Jun 2022 21:23:59 +0000 (17:23 -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/amdgpu/amdgpu_amdkfd_gpuvm.c

index f3f9912..0036c9e 100644 (file)
@@ -914,7 +914,7 @@ static int kfd_mem_attach(struct amdgpu_device *adev, struct kgd_mem *mem,
                        ret = kfd_mem_attach_dmabuf(adev, mem, &bo[i]);
                        if (ret)
                                goto unwind;
-                       pr_debug("Employ DMABUF mechanim to enable peer GPU access\n");
+                       pr_debug("Employ DMABUF mechanism to enable peer GPU access\n");
                } else {
                        WARN_ONCE(true, "Handling invalid ATTACH request");
                        ret = -EINVAL;