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:   Mon, 22 Aug 2022 11:06:04 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Jilin Yuan <yuanjilin@...rlc.com>
Cc:     peterz@...radead.org, mingo@...hat.com,
        linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools/perf: fix repeated words in comments

Em Mon, Aug 22, 2022 at 08:39:19PM +0800, Jilin Yuan escreveu:
>  Delete the redundant word 'and'.

Applied already https://lore.kernel.org/lkml/20220807084629.23121-1-dengshaomin@cdjrlc.com/
 
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
> ---
>  tools/perf/builtin-trace.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
> index 897fc504918b..2f7b1111d8e9 100644
> --- a/tools/perf/builtin-trace.c
> +++ b/tools/perf/builtin-trace.c
> @@ -2040,7 +2040,7 @@ static size_t syscall__scnprintf_args(struct syscall *sc, char *bf, size_t size,
>  
>  			/*
>   			 * Suppress this argument if its value is zero and
> - 			 * and we don't have a string associated in an
> + 			 * we don't have a string associated in an
>   			 * strarray for it.
>   			 */
>  			if (val == 0 &&
> @@ -2748,7 +2748,7 @@ static size_t trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel,
>  
>  		/*
>  		 * Suppress this argument if its value is zero and
> -		 * and we don't have a string associated in an
> +		 * we don't have a string associated in an
>  		 * strarray for it.
>  		 */
>  		if (val == 0 &&
> -- 
> 2.36.1

-- 

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ