]> www.infradead.org Git - users/jedix/linux-maple.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:09:12 +0000 (08:09 +0100)
commitb49be10b2e624c4f50ae39239f112782addbcc4a
treebca134906f39b15cb76c693db23ae826bc4de9ae
parentc87bdb9e8148c9955192d4ef4acdb889a557cd6d
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