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

Commit dc74f6fe authored by Colin Ian King's avatar Colin Ian King Committed by Chris Wilson
Browse files

drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"

parent 74ba22ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ checked_vma_instance(struct drm_i915_gem_object *obj,
	}

	if (i915_vma_compare(vma, vm, view)) {
		pr_err("i915_vma_compare failed with create parmaters!\n");
		pr_err("i915_vma_compare failed with create parameters!\n");
		return ERR_PTR(-EINVAL);
	}