aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-10-15 17:14:33 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-19 09:20:12 +0100
commit139d363bcf2d995a72694ddd2b8665af6cb7fb54 (patch)
treeee6f47ead3415361c5985644659627b915dcc5b8 /drivers/gpu
parentagp/intel: Also add B43.1 to list of supported devices (diff)
downloadlinux-dev-139d363bcf2d995a72694ddd2b8665af6cb7fb54.tar.xz
linux-dev-139d363bcf2d995a72694ddd2b8665af6cb7fb54.zip
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')
-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)
}
/* 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])