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:   Fri, 12 Aug 2022 16:45:49 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     shaomin Deng <dengshaomin@...rlc.com>
Cc:     peterz@...radead.org, mingo@...hat.com,
        linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
        mark.rutland@....com, alexander.shishkin@...ux.intel.com
Subject: Re: [PATCH] perf scripting python: Delete repeated word in comments

Em Sun, Aug 07, 2022 at 12:02:39PM -0400, shaomin Deng escreveu:
> Delete the repeated word "into" in comments.

Thanks, applied.

- Arnaldo

 
> Signed-off-by: shaomin Deng <dengshaomin@...rlc.com>
> ---
>  tools/perf/util/scripting-engines/trace-event-python.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c
> index adba01b7d9dd..107aeccbae30 100644
> --- a/tools/perf/util/scripting-engines/trace-event-python.c
> +++ b/tools/perf/util/scripting-engines/trace-event-python.c
> @@ -131,7 +131,7 @@ static void handler_call_die(const char *handler_name)
>  }
>  
>  /*
> - * Insert val into into the dictionary and decrement the reference counter.
> + * Insert val into the dictionary and decrement the reference counter.
>   * This is necessary for dictionaries since PyDict_SetItemString() does not
>   * steal a reference, as opposed to PyTuple_SetItem().
>   */
> -- 
> 2.35.1
> 

-- 

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ