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

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

parent 869129ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {