From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Date: Thu, 21 Nov 2019 14:44:49 +0000 Subject: Re: [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Message-Id: <20191121144449.GH5078@kernel.org> List-Id: References: <20191121092623.374896-1-colin.king@canonical.com> <20191121203035.5eae09a076f376472cd4465b@kernel.org> In-Reply-To: <20191121203035.5eae09a076f376472cd4465b@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Masami Hiramatsu Cc: Colin King , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org 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 wrote: > > > From: Colin Ian King > > > > 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 Thanks, applied. - Arnaldo > Thank you! > > > > > Signed-off-by: Colin Ian King > > --- > > 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 -- - Arnaldo