]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2019 07:11:05 +0000 (08:11 +0100)
commitac8a0a24ff5eda9b9c353307252bc287c6dee249
tree0b69362f536c88b0f1b7766d5d6ffe5e995e04f7
parent2e47e83acba8cdd302791e7924c8e27b6ba1bc42
tracing: uprobes: Fix typo in pr_fmt string

commit ea6eb5e7d15e1838de335609994b4546e2abcaaf upstream.

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: 7257634135c24 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/trace_uprobe.c