[PATCH] drm/radeon: fix trivial typo in warning message
Alex Deucher
alexdeucher at gmail.com
Fri Jan 8 09:36:56 PST 2016
On Thu, Jan 7, 2016 at 7:22 PM, Alexandre Demers
<alexandre.f.demers at gmail.com> wrote:
> Signed-off-by: Alexandre Demers <alexandre.f.demers at gmail.com>
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/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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list