[PATCH trivial/resend 7/9] drm/i915: Move newline to end of error message

From: Geert Uytterhoeven
Date: Tue Mar 03 2015 - 05:58:34 EST


Currently the error message is needlessly split across two lines.

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Cc: David Airlie <airlied@xxxxxxxx>
---
Resending trivial patches submitted in 2014.

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 4145d95902f54fbd..56847e4dcb63fe21 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -2363,7 +2363,7 @@ static irqreturn_t gen8_irq_handler(int irq, void *arg)
fault_errors = pipe_iir & 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),
pipe_iir & GEN8_DE_PIPE_IRQ_FAULT_ERRORS);
} else
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/