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]
Message-Id: <20220522002826.b1afffb4d70b0be5c0dce363@kernel.org>
Date:   Sun, 22 May 2022 00:28:26 +0900
From:   Masami Hiramatsu (Google) <mhiramat@...nel.org>
To:     Julia Lawall <Julia.Lawall@...ia.fr>
Cc:     "Naveen N. Rao" <naveen.n.rao@...ux.ibm.com>,
        kernel-janitors@...r.kernel.org,
        Anil S Keshavamurthy <anil.s.keshavamurthy@...el.com>,
        "David S. Miller" <davem@...emloft.net>,
        Masami Hiramatsu <mhiramat@...nel.org>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kprobes: fix typo in comment

On Sat, 21 May 2022 13:11:13 +0200
Julia Lawall <Julia.Lawall@...ia.fr> wrote:

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

Looks good to me.

Acked-by: Masami Hiramatsu (Google) <mhiramat@...nel.org>

Thank you!

> 
> ---
>  kernel/kprobes.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/kprobes.c b/kernel/kprobes.c
> index dd58c0be9ce2..4721b76e61a1 100644
> --- a/kernel/kprobes.c
> +++ b/kernel/kprobes.c
> @@ -651,7 +651,7 @@ void wait_for_kprobe_optimizer(void)
>  	while (!list_empty(&optimizing_list) || !list_empty(&unoptimizing_list)) {
>  		mutex_unlock(&kprobe_mutex);
>  
> -		/* This will also make 'optimizing_work' execute immmediately */
> +		/* This will also make 'optimizing_work' execute immediately */
>  		flush_delayed_work(&optimizing_work);
>  		/* 'optimizing_work' might not have been queued yet, relax */
>  		cpu_relax();
> 


-- 
Masami Hiramatsu (Google) <mhiramat@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ