* [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
@ 2019-11-21 9:26 Colin King
2019-11-21 11:30 ` Masami Hiramatsu
2019-11-23 8:14 ` [tip: perf/core] perf probe: Fix " tip-bot2 for Colin Ian King
0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2019-11-21 9:26 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
Masami Hiramatsu
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in a pr_warning message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
tools/perf/util/probe-finder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
index 38d6cd22779f..c470c49a804f 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
if (strcmp(fname, __fname) || lineno = __lineno)
return 0;
- pr_warning("This line is sharing the addrees with other lines.\n");
+ pr_warning("This line is sharing the address with other lines.\n");
if (pf->pev->point.function) {
/* Find best match function name and lines */
--
2.24.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
2019-11-21 9:26 [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Colin King
@ 2019-11-21 11:30 ` Masami Hiramatsu
2019-11-21 14:44 ` Arnaldo Carvalho de Melo
2019-11-23 8:14 ` [tip: perf/core] perf probe: Fix " tip-bot2 for Colin Ian King
1 sibling, 1 reply; 4+ messages in thread
From: Masami Hiramatsu @ 2019-11-21 11:30 UTC (permalink / raw)
To: Colin King
Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
kernel-janitors, linux-kernel
Hi Colin,
On Thu, 21 Nov 2019 09:26:23 +0000
Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_warning message. Fix it.
Oops, good catch! (How my finger miss-typed this...)
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Thank you!
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/perf/util/probe-finder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
> index 38d6cd22779f..c470c49a804f 100644
> --- a/tools/perf/util/probe-finder.c
> +++ b/tools/perf/util/probe-finder.c
> @@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
> if (strcmp(fname, __fname) || lineno = __lineno)
> return 0;
>
> - pr_warning("This line is sharing the addrees with other lines.\n");
> + pr_warning("This line is sharing the address with other lines.\n");
>
> if (pf->pev->point.function) {
> /* Find best match function name and lines */
> --
> 2.24.0
>
--
Masami Hiramatsu <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
2019-11-21 11:30 ` Masami Hiramatsu
@ 2019-11-21 14:44 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2019-11-21 14:44 UTC (permalink / raw)
To: Masami Hiramatsu
Cc: Colin King, Peter Zijlstra, Ingo Molnar, Mark Rutland,
Alexander Shishkin, Jiri Olsa, Namhyung Kim, kernel-janitors,
linux-kernel
Em Thu, Nov 21, 2019 at 08:30:35PM +0900, Masami Hiramatsu escreveu:
> Hi Colin,
>
> On Thu, 21 Nov 2019 09:26:23 +0000
> Colin King <colin.king@canonical.com> wrote:
>
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a pr_warning message. Fix it.
>
> Oops, good catch! (How my finger miss-typed this...)
>
> Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Thanks, applied.
- Arnaldo
> Thank you!
>
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> > tools/perf/util/probe-finder.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
> > index 38d6cd22779f..c470c49a804f 100644
> > --- a/tools/perf/util/probe-finder.c
> > +++ b/tools/perf/util/probe-finder.c
> > @@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
> > if (strcmp(fname, __fname) || lineno = __lineno)
> > return 0;
> >
> > - pr_warning("This line is sharing the addrees with other lines.\n");
> > + pr_warning("This line is sharing the address with other lines.\n");
> >
> > if (pf->pev->point.function) {
> > /* Find best match function name and lines */
> > --
> > 2.24.0
> >
>
>
> --
> Masami Hiramatsu <mhiramat@kernel.org>
--
- Arnaldo
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip: perf/core] perf probe: Fix spelling mistake "addrees" -> "address"
2019-11-21 9:26 [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Colin King
2019-11-21 11:30 ` Masami Hiramatsu
@ 2019-11-23 8:14 ` tip-bot2 for Colin Ian King
1 sibling, 0 replies; 4+ messages in thread
From: tip-bot2 for Colin Ian King @ 2019-11-23 8:14 UTC (permalink / raw)
To: linux-tip-commits
Cc: Colin King, Masami Hiramatsu, Alexander Shishkin, Jiri Olsa,
Mark Rutland, Namhyung Kim, Peter Zijlstra, kernel-janitors,
Arnaldo Carvalho de Melo, x86, LKML
The following commit has been merged into the perf/core branch of tip:
Commit-ID: 358f98ee8a3578bbf464ac767b726c5de1ce0647
Gitweb: https://git.kernel.org/tip/358f98ee8a3578bbf464ac767b726c5de1ce0647
Author: Colin Ian King <colin.king@canonical.com>
AuthorDate: Thu, 21 Nov 2019 09:26:23
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitterDate: Fri, 22 Nov 2019 10:48:14 -03:00
perf probe: Fix spelling mistake "addrees" -> "address"
There is a spelling mistake in a pr_warning message. Fix it.
Signed-off-by: Colin King <colin.king@canonical.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: http://lore.kernel.org/lkml/20191121092623.374896-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/util/probe-finder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
index 38d6cd2..c470c49 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
if (strcmp(fname, __fname) || lineno = __lineno)
return 0;
- pr_warning("This line is sharing the addrees with other lines.\n");
+ pr_warning("This line is sharing the address with other lines.\n");
if (pf->pev->point.function) {
/* Find best match function name and lines */
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-23 8:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21 9:26 [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Colin King
2019-11-21 11:30 ` Masami Hiramatsu
2019-11-21 14:44 ` Arnaldo Carvalho de Melo
2019-11-23 8:14 ` [tip: perf/core] perf probe: Fix " tip-bot2 for Colin Ian King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).