Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13c240ef authored by Alexandre Demers's avatar Alexandre Demers Committed by Alex Deucher
Browse files

drm/radeon: fix trivial typo in warning message

parent 1ef897e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}