public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ftrace.h: Use common pr_info fmt string
@ 2009-12-12 21:06 Joe Perches
  2009-12-13  7:37 ` [tip:tracing/urgent] " tip-bot for Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2009-12-12 21:06 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Frederic Weisbecker, Ingo Molnar, linux-kernel

Reduces fmt string space a bit

Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h
index d1b3de9..c4eca38 100644
--- a/include/trace/ftrace.h
+++ b/include/trace/ftrace.h
@@ -733,7 +733,7 @@ static int ftrace_raw_reg_event_##call(struct ftrace_event_call *unused)\
 	ret = register_trace_##call(ftrace_raw_event_##call);		\
 	if (ret)							\
 		pr_info("event trace: Could not activate trace point "	\
-			"probe to " #call "\n");			\
+			"probe to %s\n", #call);			\
 	return ret;							\
 }									\
 									\



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

end of thread, other threads:[~2009-12-13 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-12 21:06 [PATCH] ftrace.h: Use common pr_info fmt string Joe Perches
2009-12-13  7:37 ` [tip:tracing/urgent] " tip-bot for Joe Perches
     [not found]   ` <1260715695.2146.412.camel@gandalf.stny.rr.com>
2009-12-13 14:50     ` Frederic Weisbecker
2009-12-13 17:53       ` Joe Perches
2009-12-13 18:33       ` Joe Perches
2009-12-13 21:24         ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox