mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tracing/probe: fix typo in pr_fmt in trace_uprobe.c
@ 2017-11-13 22:02 Song Liu
  2017-11-14 13:58 ` Masami Hiramatsu
  0 siblings, 1 reply; 8+ messages in thread
From: Song Liu @ 2017-11-13 22:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-team, Song Liu, Masami Hiramatsu, Steven Rostedt

pr_fmt in trace_uprobe.c should say "trace_uprobe" instead of
"trace_kprobe".

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Song Liu <songliubraving@fb.com>
---
 kernel/trace/trace_uprobe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace_uprobe.c b/kernel/trace/trace_uprobe.c
index 4525e02..5d5d848 100644
--- a/kernel/trace/trace_uprobe.c
+++ b/kernel/trace/trace_uprobe.c
@@ -17,7 +17,7 @@
  * Copyright (C) IBM Corporation, 2010-2012
  * Author:	Srikar Dronamraju <srikar@linux.vnet.ibm.com>
  */
-#define pr_fmt(fmt)	"trace_kprobe: " fmt
+#define pr_fmt(fmt)	"trace_uprobe: " fmt
 
 #include <linux/module.h>
 #include <linux/uaccess.h>
-- 
2.9.5

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

end of thread, other threads:[~2017-12-06 11:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 22:02 [PATCH] tracing/probe: fix typo in pr_fmt in trace_uprobe.c Song Liu
2017-11-14 13:58 ` Masami Hiramatsu
2017-11-15 18:14   ` Steven Rostedt
2017-11-15 22:55     ` Joe Perches
2017-11-16  2:55       ` Steven Rostedt
2017-11-16 17:05         ` Joe Perches
2017-12-06 11:00           ` Masahiro Yamada
2017-11-16 13:21     ` Jiri Kosina

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

Powered by JetHome