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

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
...@@ -664,7 +664,7 @@ static void i915_capture_error_state(struct drm_device *dev) ...@@ -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 /* 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]); error->batchbuffer[0] = i915_error_object_create(dev, batchbuffer[0]);
if (batchbuffer[1] != batchbuffer[0]) if (batchbuffer[1] != batchbuffer[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment