All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Colin King <colin.king@canonical.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
Date: Thu, 21 Nov 2019 14:44:49 +0000	[thread overview]
Message-ID: <20191121144449.GH5078@kernel.org> (raw)
In-Reply-To: <20191121203035.5eae09a076f376472cd4465b@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 <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

WARNING: multiple messages have this Message-ID (diff)
From: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Colin King <colin.king@canonical.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
Date: Thu, 21 Nov 2019 11:44:49 -0300	[thread overview]
Message-ID: <20191121144449.GH5078@kernel.org> (raw)
In-Reply-To: <20191121203035.5eae09a076f376472cd4465b@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 <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

  reply	other threads:[~2019-11-21 14:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-21  9:26 [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Colin King
2019-11-21  9:26 ` Colin King
2019-11-21 11:30 ` Masami Hiramatsu
2019-11-21 11:30   ` Masami Hiramatsu
2019-11-21 14:44   ` Arnaldo Carvalho de Melo [this message]
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
2019-11-23  8:14   ` tip-bot2 for Colin Ian King

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=20191121144449.GH5078@kernel.org \
    --to=arnaldo.melo@gmail.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=colin.king@canonical.com \
    --cc=jolsa@redhat.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mhiramat@kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.