diff options
author | Colin Ian King <[email protected]> | 2020-04-28 09:49:20 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-04-28 09:53:59 +0100 |
commit | d631461d5cc3d6dd3b22bdfb810f668bc1935179 (patch) | |
tree | 033ed291f03e5047bd63d68ba01fd472b0907ee6 | |
parent | 869129ee0c624a78c74e50b51635e183196cd2c6 (diff) |
drm/i915/gt: fix spelling mistake "evalution" -> "evaluation"
There is a spelling mistaking in a pr_notice message. Fix it.
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]
-rw-r--r-- | drivers/gpu/drm/i915/gt/selftest_rps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c index 181b29fa5b58..6ce7003bf92f 100644 --- a/drivers/gpu/drm/i915/gt/selftest_rps.c +++ b/drivers/gpu/drm/i915/gt/selftest_rps.c @@ -282,7 +282,7 @@ int live_rps_clock_interval(void *arg) GEN6_RP_CUR_UP_EI), 10)) { /* 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); err = -ENODEV; } else { |