linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL 1/4] cpufreq: cpufreq-dt: Move newline to end of error message
@ 2014-10-23  9:52 Geert Uytterhoeven
  2014-10-23  9:52 ` [PATCH/TRIVIAL 2/4] drm/i915: " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-10-23  9:52 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Rafael J. Wysocki

Currently the error message is needlessly splitted across two lines.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
---
 drivers/cpufreq/cpufreq-dt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c
index 92c162af5045a2da..685f59598137ea03 100644
--- a/drivers/cpufreq/cpufreq-dt.c
+++ b/drivers/cpufreq/cpufreq-dt.c
@@ -192,7 +192,7 @@ static int cpufreq_init(struct cpufreq_policy *policy)
 
 	ret = allocate_resources(policy->cpu, &cpu_dev, &cpu_reg, &cpu_clk);
 	if (ret) {
-		pr_err("%s: Failed to allocate resources\n: %d", __func__, ret);
+		pr_err("%s: Failed to allocate resources: %d\n", __func__, ret);
 		return ret;
 	}
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-19  8:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH/TRIVIAL 2/4] drm/i915: " Geert Uytterhoeven
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

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).