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>
This commit is contained in:
parent
3dde04b015
commit
139d363bcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
/* 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[0] = i915_error_object_create(dev, batchbuffer[0]);
|
||||||
if (batchbuffer[1] != batchbuffer[0])
|
if (batchbuffer[1] != batchbuffer[0])
|
||||||
|
|
Loading…
Add table
Reference in a new issue