aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-06-17 09:52:07 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-06-17 12:59:31 +0100
commit0ff0fc97d3074c447a40e8b4375ba6a88cd571be (patch)
tree8fef79ec9b55b6a36f5409a8bf3552f7dc545d7b /drivers/gpu/drm/i915/gt
parentdrm/i915/selftests: Check preemption rollback of different ring queue depths (diff)
downloadlinux-dev-0ff0fc97d3074c447a40e8b4375ba6a88cd571be.tar.xz
linux-dev-0ff0fc97d3074c447a40e8b4375ba6a88cd571be.zip
drm/i915/selftests: fix spelling mistake "submited" -> "submitted"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20200617085207.167552-1-colin.king@canonical.com
Diffstat (limited to 'drivers/gpu/drm/i915/gt')
-rw-r--r--drivers/gpu/drm/i915/gt/selftest_lrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gt/selftest_lrc.c b/drivers/gpu/drm/i915/gt/selftest_lrc.c
index 4f3758a1cbcf..58e4e9aafe94 100644
--- a/drivers/gpu/drm/i915/gt/selftest_lrc.c
+++ b/drivers/gpu/drm/i915/gt/selftest_lrc.c
@@ -482,7 +482,7 @@ static int live_unlite_ring(void *arg)
err = wait_for_submit(engine, rq, HZ / 2);
i915_request_put(rq);
if (err) {
- pr_err("%s: preemption request was not submited\n",
+ pr_err("%s: preemption request was not submitted\n",
engine->name);
err = -ETIME;
}