[Intel-gfx] [PATCH 1/8] drm/i915: Remove extra "ring"
Ben Widawsky
benjamin.widawsky at intel.com
Fri Sep 13 07:28:27 CEST 2013
Sadly, this isn't the first time we've done this:
http://lists.freedesktop.org/archives/intel-gfx/2013-June/029065.html
Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
---
drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index 9ac4e31..1d77624 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -1462,7 +1462,7 @@ static int i915_context_status(struct seq_file *m, void *unused)
for_each_ring(ring, dev_priv, i) {
if (ring->default_context) {
- seq_printf(m, "HW default context %s ring ", ring->name);
+ seq_printf(m, "HW default context %s ", ring->name);
describe_obj(m, ring->default_context->obj);
seq_putc(m, '\n');
}
--
1.8.4
More information about the Intel-gfx
mailing list