lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 6 Mar 2021 10:37:33 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     menglong8.dong@...il.com
Cc:     peterz@...radead.org, mingo@...hat.com, mark.rutland@....com,
        alexander.shishkin@...ux.intel.com, jolsa@...hat.com,
        namhyung@...nel.org, irogers@...gle.com, xiong.zhenwu@....com.cn,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tool/perf/bench: fix misspellings using codespell

Em Fri, Mar 05, 2021 at 01:22:12AM -0800, menglong8.dong@...il.com escreveu:
> From: Xiong Zhenwu <xiong.zhenwu@....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@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ