Message ID | 20180503154510.708-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Quoting Colin King (2018-05-03 16:45:10) > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in pr_err error message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> -Chris
Quoting Patchwork (2018-05-03 22:47:39) > == Series Details == > > Series: drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters" > URL : https://patchwork.freedesktop.org/series/42647/ > State : success > > == Summary == > > = CI Bug Log - changes from CI_DRM_4134_full -> Patchwork_8899_full = > > == Summary - SUCCESS == > > No regressions found. > > External URL: https://patchwork.freedesktop.org/api/1.0/series/42647/revisions/1/mbox/ > > == Known issues == > > Here are the changes found in Patchwork_8899_full that come from known issues: > > === IGT changes === > > ==== Issues hit ==== > > igt@drv_selftest@live_gtt: > shard-apl: PASS -> INCOMPLETE (fdo#103927) Just that sporadic oom. Thanks for the patch, pushed. -Chris
diff --git a/drivers/gpu/drm/i915/selftests/i915_vma.c b/drivers/gpu/drm/i915/selftests/i915_vma.c index eb89e301b602..e90f97236e50 100644 --- a/drivers/gpu/drm/i915/selftests/i915_vma.c +++ b/drivers/gpu/drm/i915/selftests/i915_vma.c @@ -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); }