All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tool/perf/bench: fix misspellings using codespell
@ 2021-03-05  9:22 menglong8.dong
  2021-03-06 13:37 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: menglong8.dong @ 2021-03-05  9:22 UTC (permalink / raw)
  To: peterz
  Cc: mingo, acme, mark.rutland, alexander.shishkin, jolsa, namhyung,
	irogers, xiong.zhenwu, linux-kernel

From: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>

$ codespell ./tool/perf/bench
tools/perf/bench/inject-buildid.c:375: tihs  ==> this 

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
---
 tools/perf/bench/inject-buildid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/bench/inject-buildid.c b/tools/perf/bench/inject-buildid.c
index 280227e3ffd7..55d373b75791 100644
--- a/tools/perf/bench/inject-buildid.c
+++ b/tools/perf/bench/inject-buildid.c
@@ -372,7 +372,7 @@ static int inject_build_id(struct bench_data *data, u64 *max_rss)
 			len += synthesize_flush(data);
 	}
 
-	/* tihs makes the child to finish */
+	/* this makes the child to finish */
 	close(data->input_pipe[1]);
 
 	wait4(data->pid, &status, 0, &rusage);
-- 
2.25.1


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

* Re: [PATCH] tool/perf/bench: fix misspellings using codespell
  2021-03-05  9:22 [PATCH] tool/perf/bench: fix misspellings using codespell menglong8.dong
@ 2021-03-06 13:37 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-03-06 13:37 UTC (permalink / raw)
  To: menglong8.dong
  Cc: peterz, mingo, mark.rutland, alexander.shishkin, jolsa, namhyung,
	irogers, xiong.zhenwu, linux-kernel

Em Fri, Mar 05, 2021 at 01:22:12AM -0800, menglong8.dong@gmail.com escreveu:
> From: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
> 
> $ codespell ./tool/perf/bench
> tools/perf/bench/inject-buildid.c:375: tihs  ==> this 
> 
> Fix a typo found by codespell.

Thanks, applied.

- Arnaldo

 
> Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
> ---
>  tools/perf/bench/inject-buildid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/bench/inject-buildid.c b/tools/perf/bench/inject-buildid.c
> index 280227e3ffd7..55d373b75791 100644
> --- a/tools/perf/bench/inject-buildid.c
> +++ b/tools/perf/bench/inject-buildid.c
> @@ -372,7 +372,7 @@ static int inject_build_id(struct bench_data *data, u64 *max_rss)
>  			len += synthesize_flush(data);
>  	}
>  
> -	/* tihs makes the child to finish */
> +	/* this makes the child to finish */
>  	close(data->input_pipe[1]);
>  
>  	wait4(data->pid, &status, 0, &rusage);
> -- 
> 2.25.1
> 

-- 

- Arnaldo

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

end of thread, other threads:[~2021-03-06 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05  9:22 [PATCH] tool/perf/bench: fix misspellings using codespell menglong8.dong
2021-03-06 13:37 ` Arnaldo Carvalho de Melo

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.