[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220807080642.13004-1-dengshaomin@cdjrlc.com>
Date: Sun, 7 Aug 2022 04:06:42 -0400
From: shaomin Deng <dengshaomin@...rlc.com>
To: peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: shaomin Deng <dengshaomin@...rlc.com>
Subject: [PATCH] perf script: Delete repeated word "from"
Delete the repeated word "from" in code.
Signed-off-by: shaomin Deng <dengshaomin@...rlc.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
Powered by blists - more mailing lists