Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 472f8acc authored by Ben Widawsky's avatar Ben Widawsky Committed by Daniel Vetter
Browse files

drm/i915: Remove extra "ring"

parent 3bd26263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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');
		}