Skip to content

Commit ea6eb5e

Browse files
rupranrostedt
authored andcommitted
tracing: uprobes: Fix typo in pr_fmt string
The subsystem-specific message prefix for uprobes was also "trace_kprobe: " instead of "trace_uprobe: " as described in the original commit message. Link: http://lkml.kernel.org/r/20190117133023.19292-1-andreas.ziegler@fau.de Cc: Ingo Molnar <mingo@redhat.com> Cc: stable@vger.kernel.org Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Fixes: 7257634 ("tracing/probe: Show subsystem name in messages") Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
1 parent 8b05a3a commit ea6eb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_uprobe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) IBM Corporation, 2010-2012
66
* Author: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
77
*/
8-
#define pr_fmt(fmt) "trace_kprobe: " fmt
8+
#define pr_fmt(fmt) "trace_uprobe: " fmt
99

1010
#include <linux/ctype.h>
1111
#include <linux/module.h>

0 commit comments

Comments
 (0)