All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: trace: Remove trailing new-lines in trace messages
@ 2014-09-24 18:17 Anatol Pomozov
  2014-09-25 13:06 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Anatol Pomozov @ 2014-09-24 18:17 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, Anatol Pomozov

These new-lines add empty lines to trace output

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
---
 include/trace/events/asoc.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index 0194a64..b04ee7e 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -175,7 +175,7 @@ TRACE_EVENT(snd_soc_dapm_output_path,
 		__entry->path_sink = (long)path->sink;
 	),
 
-	TP_printk("%c%s -> %s -> %s\n",
+	TP_printk("%c%s -> %s -> %s",
 		(int) __entry->path_sink &&
 		(int) __entry->path_connect ? '*' : ' ',
 		__get_str(wname), __get_str(pname), __get_str(psname))
@@ -204,7 +204,7 @@ TRACE_EVENT(snd_soc_dapm_input_path,
 		__entry->path_source = (long)path->source;
 	),
 
-	TP_printk("%c%s <- %s <- %s\n",
+	TP_printk("%c%s <- %s <- %s",
 		(int) __entry->path_source &&
 		(int) __entry->path_connect ? '*' : ' ',
 		__get_str(wname), __get_str(pname), __get_str(psname))
@@ -226,7 +226,7 @@ TRACE_EVENT(snd_soc_dapm_connected,
 		__entry->stream = stream;
 	),
 
-	TP_printk("%s: found %d paths\n",
+	TP_printk("%s: found %d paths",
 		__entry->stream ? "capture" : "playback", __entry->paths)
 );
 
-- 
2.1.0.rc2.206.gedb03e5

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

* Re: [PATCH] ASoC: trace: Remove trailing new-lines in trace messages
  2014-09-24 18:17 [PATCH] ASoC: trace: Remove trailing new-lines in trace messages Anatol Pomozov
@ 2014-09-25 13:06 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-09-25 13:06 UTC (permalink / raw)
  To: Anatol Pomozov; +Cc: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 132 bytes --]

On Wed, Sep 24, 2014 at 11:17:14AM -0700, Anatol Pomozov wrote:
> These new-lines add empty lines to trace output

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2014-09-25 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24 18:17 [PATCH] ASoC: trace: Remove trailing new-lines in trace messages Anatol Pomozov
2014-09-25 13:06 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.