mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	perf script: Delete repeated word "from"
Delete the repeated word "from" in code. Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20220807080642.13004-1-dengshaomin@cdjrlc.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
		
							parent
							
								
									f3c96bec7c
								
							
						
					
					
						commit
						ae4e4a0ba3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3861,7 +3861,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...]", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 shaomin Deng
						shaomin Deng