aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-10-15 11:14:33 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-19 04:20:12 -0400
commit139d363bcf2d995a72694ddd2b8665af6cb7fb54 (patch)
treeee6f47ead3415361c5985644659627b915dcc5b8 /drivers/gpu/drm/i915
parent3dde04b0152634d42994b34b86bbf3c70fbc6b19 (diff)
drivers: gpu: drm: i915: Fix a typo.
"userpace" -> "userspace" Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/i915_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 0d051e7f6702..1e30c250140b 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -664,7 +664,7 @@ static void i915_capture_error_state(struct drm_device *dev)
664 } 664 }
665 665
666 /* We need to copy these to an anonymous buffer as the simplest 666 /* We need to copy these to an anonymous buffer as the simplest
667 * method to avoid being overwritten by userpace. 667 * method to avoid being overwritten by userspace.
668 */ 668 */
669 error->batchbuffer[0] = i915_error_object_create(dev, batchbuffer[0]); 669 error->batchbuffer[0] = i915_error_object_create(dev, batchbuffer[0]);
670 if (batchbuffer[1] != batchbuffer[0]) 670 if (batchbuffer[1] != batchbuffer[0])