linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	David Airlie <airlied@linux.ie>
Subject: [PATCH/TRIVIAL 2/4] drm/i915: Move newline to end of error message
Date: Thu, 23 Oct 2014 11:52:55 +0200	[thread overview]
Message-ID: <1414057977-4191-2-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1414057977-4191-1-git-send-email-geert+renesas@glider.be>

Currently the error message is needlessly splitted across two lines.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David Airlie <airlied@linux.ie>
---
 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 3201986bf25ebaf6..359957656b5a38d0 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -2595,7 +2595,7 @@ static irqreturn_t gen8_irq_handler(int irq, void *arg)
 			}
 
 			if (pipe_iir & GEN8_DE_PIPE_IRQ_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);
 			}
-- 
1.9.1


  reply	other threads:[~2014-10-23  9:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-23  9:52 [PATCH/TRIVIAL 1/4] cpufreq: cpufreq-dt: Move newline to end of error message Geert Uytterhoeven
2014-10-23  9:52 ` Geert Uytterhoeven [this message]
2014-10-23  9:52 ` [PATCH/TRIVIAL 3/4] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
2014-10-23  9:52 ` [PATCH/TRIVIAL 4/4] uwb: " Geert Uytterhoeven
2014-11-19  8:06 ` [PATCH/TRIVIAL 1/4] cpufreq: cpufreq-dt: Move newline to end of error message Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1414057977-4191-2-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=airlied@linux.ie \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).