Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4239ca77 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Fix dieing -> dying typo

parent 42dcedd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2818,7 +2818,7 @@ static bool i915_gem_valid_gtt_space(struct drm_device *dev,

	/* On non-LLC machines we have to be careful when putting differing
	 * types of snoopable memory together to avoid the prefetcher
	 * crossing memory domains and dieing.
	 * crossing memory domains and dying.
	 */
	if (HAS_LLC(dev))
		return true;