From: Steven Rostedt <rostedt@goodmis.org>
To: Masami Hiramatsu <mhiramat@kernel.org>, Jiri Kosina <jikos@kernel.org>
Cc: Song Liu <songliubraving@fb.com>, <linux-kernel@vger.kernel.org>,
<kernel-team@fb.com>,
trivial@kernel.org
Subject: Re: [PATCH] tracing/probe: fix typo in pr_fmt in trace_uprobe.c
Date: Wed, 15 Nov 2017 13:14:10 -0500 [thread overview]
Message-ID: <20171115131410.13a5a4c8@vmware.local.home> (raw)
In-Reply-To: <20171114225831.4ecb6d02fc0fca718caa9f64@kernel.org>
On Tue, 14 Nov 2017 22:58:31 +0900
Masami Hiramatsu <mhiramat@kernel.org> wrote:
> On Mon, 13 Nov 2017 14:02:46 -0800
> Song Liu <songliubraving@fb.com> wrote:
>
> > pr_fmt in trace_uprobe.c should say "trace_uprobe" instead of
> > "trace_kprobe".
>
> Oh, good catch!
>
> Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
>
Thanks.
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Jiri, can you take this in your tree?
-- Steve
> Thank you!
>
>
> >
> > 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
> >
>
>
next prev parent reply other threads:[~2017-11-15 18:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-13 22:02 Song Liu
2017-11-14 13:58 ` Masami Hiramatsu
2017-11-15 18:14 ` Steven Rostedt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171115131410.13a5a4c8@vmware.local.home \
--to=rostedt@goodmis.org \
--cc=jikos@kernel.org \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
--cc=songliubraving@fb.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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