Skip to content

Commit

Permalink
drivers: gpu: drm: i915: Fix a typo.
Browse files Browse the repository at this point in the history
"userpace" -> "userspace"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Andrea Gelmini authored and Chris Wilson committed Oct 19, 2010
1 parent 3dde04b commit 139d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 139d363

Please sign in to comment.