All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/radeon: fix trivial typo in warning message
@ 2016-01-08  0:22 Alexandre Demers
  2016-01-08  9:35 ` Christian König
  2016-01-08 17:36 ` Alex Deucher
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandre Demers @ 2016-01-08  0:22 UTC (permalink / raw)
  To: dri-devel; +Cc: =airlied, christian.koenig

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
---
 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.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -1150,7 +1150,7 @@ static void radeon_check_arguments(struct radeon_device *rdev)
 	}
 
 	if (radeon_vm_size < 1) {
-		dev_warn(rdev->dev, "VM size (%d) to small, min is 1GB\n",
+		dev_warn(rdev->dev, "VM size (%d) too small, min is 1GB\n",
 			 radeon_vm_size);
 		radeon_vm_size = 4;
 	}
-- 
2.6.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-08 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08  0:22 [PATCH] drm/radeon: fix trivial typo in warning message Alexandre Demers
2016-01-08  9:35 ` Christian König
2016-01-08 12:10   ` Eric Engestrom
2016-01-08 17:36 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.