From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: shaomin Deng <dengshaomin@cdjrlc.com>
Cc: peterz@infradead.org, mingo@redhat.com,
linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf script: Delete repeated word "from"
Date: Fri, 12 Aug 2022 16:44:45 -0300 [thread overview]
Message-ID: <YvatrYe+e7i5Q6Od@kernel.org> (raw)
In-Reply-To: <20220807080642.13004-1-dengshaomin@cdjrlc.com>
Em Sun, Aug 07, 2022 at 04:06:42AM -0400, shaomin Deng escreveu:
> Delete the repeated word "from" in code.
Thanks, applied.
- Arnaldo
> Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
> ---
> tools/perf/builtin-script.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
> index 7cf21ab16f4f..ebe5fdecdb0c 100644
> --- a/tools/perf/builtin-script.c
> +++ b/tools/perf/builtin-script.c
> @@ -3847,7 +3847,7 @@ int cmd_script(int argc, const char **argv)
> OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL,
> "Run xed disassembler on output", parse_xed),
> OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
> - "Decode calls from from itrace", parse_call_trace),
> + "Decode calls from itrace", parse_call_trace),
> OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
> "Decode calls and returns from itrace", parse_callret_trace),
> OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]",
> --
> 2.35.1
--
- Arnaldo
prev parent reply other threads:[~2022-08-12 19:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-07 8:06 [PATCH] perf script: Delete repeated word "from" shaomin Deng
2022-08-12 19:44 ` Arnaldo Carvalho de Melo [this message]
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=YvatrYe+e7i5Q6Od@kernel.org \
--to=acme@kernel.org \
--cc=dengshaomin@cdjrlc.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@redhat.com \
--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 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).