mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 04/13] drivers: gpu: drm: i915: Fix a typo.
@ 2010-10-15 15:14 Andrea Gelmini
  2010-10-15 16:34 ` Chris Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2010-10-15 15:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrea Gelmini, David Airlie, Eric Anholt, Zhenyu Wang,
	Chris Wilson, Jesse Barnes, Dave Airlie, dri-devel

"userpace" -> "userspace"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 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 85785a8..5c688b7 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -620,7 +620,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]);
 	error->batchbuffer[1] = i915_error_object_create(dev, batchbuffer[1]);
-- 
1.7.2.1.85.g2d089


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-15 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-15 15:14 [PATCH 04/13] drivers: gpu: drm: i915: Fix a typo Andrea Gelmini
2010-10-15 16:34 ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome