]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: uprobes: Fix typo in pr_fmt string
authorAndreas Ziegler <andreas.ziegler@fau.de>
Thu, 17 Jan 2019 13:30:23 +0000 (14:30 +0100)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 17 Jan 2019 14:51:42 +0000 (09:51 -0500)
commit4632b58caa32853b6f59d7bb7584ebb7b45c6c38
tree99029cd7b80ecb5dcd35d8d03405511a452a6473
parentfbd544209842f22467ab099a89b5669c326ed2a0
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: c66ecd5d11eb3 ("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>
kernel/trace/trace_uprobe.c