linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf script: Delete repeated word "from"
@ 2022-08-07  8:06 shaomin Deng
  2022-08-12 19:44 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: shaomin Deng @ 2022-08-07  8:06 UTC (permalink / raw)
  To: peterz, mingo, acme, linux-perf-users, linux-kernel; +Cc: shaomin Deng

Delete the repeated word "from" in code.

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] perf script: Delete repeated word "from"
  2022-08-07  8:06 [PATCH] perf script: Delete repeated word "from" shaomin Deng
@ 2022-08-12 19:44 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-08-12 19:44 UTC (permalink / raw)
  To: shaomin Deng; +Cc: peterz, mingo, linux-perf-users, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-12 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07  8:06 [PATCH] perf script: Delete repeated word "from" shaomin Deng
2022-08-12 19:44 ` Arnaldo Carvalho de Melo

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).