Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"

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>

authored by

Colin Ian King and committed by
Alex Deucher
5027605a f64e6e0b

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
··· 914 914 ret = kfd_mem_attach_dmabuf(adev, mem, &bo[i]); 915 915 if (ret) 916 916 goto unwind; 917 - pr_debug("Employ DMABUF mechanim to enable peer GPU access\n"); 917 + pr_debug("Employ DMABUF mechanism to enable peer GPU access\n"); 918 918 } else { 919 919 WARN_ONCE(true, "Handling invalid ATTACH request"); 920 920 ret = -EINVAL;