drm/radeon: fix trivial typo in warning message
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Fri, 8 Jan 2016 00:22:44 +0000 (19:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Jan 2016 20:39:29 +0000 (15:39 -0500)
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_device.c

index d690df5..902b59c 100644 (file)
@@ -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;
        }