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

Commit 139d363b authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Chris Wilson
Browse files

drivers: gpu: drm: i915: Fix a typo.



"userpace" -> "userspace"

Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 3dde04b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,7 +664,7 @@ static void i915_capture_error_state(struct drm_device *dev)
	}

	/* We need to copy these to an anonymous buffer as the simplest
	 * method to avoid being overwritten by userpace.
	 * method to avoid being overwritten by userspace.
	 */
	error->batchbuffer[0] = i915_error_object_create(dev, batchbuffer[0]);
	if (batchbuffer[1] != batchbuffer[0])