drivers: gpu: drm: i915: Fix a typo.
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Fri, 15 Oct 2010 15:14:33 +0000 (17:14 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Oct 2010 08:20:12 +0000 (09:20 +0100)
"userpace" -> "userspace"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_irq.c

index 0d051e7f670263648d4df6dbf7427f107c771313..1e30c250140b51e12573a69fa3173b8cb81cf3ef 100644 (file)
@@ -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])