Skip to content

Commit dc74f6f

Browse files
Colin Ian Kingickle
authored andcommitted
drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"
Trivial fix to spelling mistake in pr_err error message Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 74ba22e commit dc74f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/selftests/i915_vma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ checked_vma_instance(struct drm_i915_gem_object *obj,
8181
}
8282

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

0 commit comments

Comments
 (0)