From: Tvrtko Ursulin <[email protected]>

Newline somehow ended up in the middle of the line.

Signed-off-by: Tvrtko Ursulin <[email protected]>
---
 drivers/gpu/drm/i915/i915_irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 9111cfdf217a..88239e1b29e4 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -2503,7 +2503,7 @@ gen8_de_irq_handler(struct drm_i915_private *dev_priv, 
u32 master_ctl)
                        fault_errors &= GEN8_DE_PIPE_IRQ_FAULT_ERRORS;
 
                if (fault_errors)
-                       DRM_ERROR("Fault errors on pipe %c\n: 0x%08x",
+                       DRM_ERROR("Fault errors on pipe %c: 0x%08x\n",
                                  pipe_name(pipe),
                                  fault_errors);
        }
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to