Commit d631461d authored by Colin Ian King's avatar Colin Ian King Committed by Chris Wilson

drm/i915/gt: fix spelling mistake "evalution" -> "evaluation"

There is a spelling mistaking in a pr_notice message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200428084920.1035125-1-colin.king@canonical.com
parent 869129ee
...@@ -282,7 +282,7 @@ int live_rps_clock_interval(void *arg) ...@@ -282,7 +282,7 @@ int live_rps_clock_interval(void *arg)
GEN6_RP_CUR_UP_EI), GEN6_RP_CUR_UP_EI),
10)) { 10)) {
/* Just skip the test; assume lack of HW support */ /* Just skip the test; assume lack of HW support */
pr_notice("%s: rps evalution interval not ticking\n", pr_notice("%s: rps evaluation interval not ticking\n",
engine->name); engine->name);
err = -ENODEV; err = -ENODEV;
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment