[PATCH] drm/radeon: fix trivial typo in warning message

2016-01-08 Thread Alex Deucher
On Thu, Jan 7, 2016 at 7:22 PM, Alexandre Demers wrote: > Signed-off-by: Alexandre Demers Applied. thanks! Alex > --- > drivers/gpu/drm/radeon/radeon_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_device.c > b/drivers/gpu/drm/

[PATCH] drm/radeon: fix trivial typo in warning message

2016-01-08 Thread Eric Engestrom
Yes, a quick grep shows the same typo in several places: > $ grep -Rwn 'to small' drivers/gpu/ > > drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:544:DRM_ERROR("BO to > small for addr 0x%010Lx %d %d\n", > drivers/gpu/drm/amd/amdgpu

[PATCH] drm/radeon: fix trivial typo in warning message

2016-01-08 Thread Christian König
Am 08.01.2016 um 01:22 schrieb Alexandre Demers: > Signed-off-by: Alexandre Demers Reviewed-by: Christian König . We probably need to fix this in amdgpu as well. Thanks for the help, Christian. > --- > drivers/gpu/drm/radeon/radeon_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH] drm/radeon: fix trivial typo in warning message

2016-01-07 Thread Alexandre Demers
Signed-off-by: Alexandre Demers --- drivers/gpu/drm/radeon/radeon_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index c566993..4197ca1 100644 --- a/drivers/gpu/drm/radeon/radeon_device.