Commit b25c377a authored by Jason Wang's avatar Jason Wang Committed by Rodrigo Vivi
Browse files

drm/i915/selftests: Fix comment typo

parent 2be1959e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -971,7 +971,7 @@ static struct i915_vma *empty_batch(struct drm_i915_private *i915)
	if (err)
		goto err;

	/* Force the wait wait now to avoid including it in the benchmark */
	/* Force the wait now to avoid including it in the benchmark */
	err = i915_vma_sync(vma);
	if (err)
		goto err_pin;