diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-10-15 17:14:33 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-19 09:20:12 +0100 |
commit | 139d363bcf2d995a72694ddd2b8665af6cb7fb54 (patch) | |
tree | ee6f47ead3415361c5985644659627b915dcc5b8 | |
parent | 3dde04b0152634d42994b34b86bbf3c70fbc6b19 (diff) | |
download | talos-op-linux-139d363bcf2d995a72694ddd2b8665af6cb7fb54.tar.gz talos-op-linux-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>
-rw-r--r-- | drivers/gpu/drm/i915/i915_irq.c | 2 |
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]) |