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

drm/amd/amdgpu: fix spelling mistake "to" -> "too"

There is a spelling mistake in a DRM_ERROR message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Colin Ian King and committed by
Alex Deucher
b20dcd72 a16afcdd

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
··· 652 652 653 653 if ((addr + (uint64_t)size) > 654 654 (mapping->last + 1) * AMDGPU_GPU_PAGE_SIZE) { 655 - DRM_ERROR("BO to small for addr 0x%010Lx %d %d\n", 655 + DRM_ERROR("BO too small for addr 0x%010Lx %d %d\n", 656 656 addr, lo, hi); 657 657 return -EINVAL; 658 658 }