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:   Thu, 12 Dec 2019 10:07:39 -0800
From:   "Paul E. McKenney" <paulmck@...nel.org>
To:     Colin King <colin.king@...onical.com>
Cc:     Josh Triplett <josh@...htriplett.org>,
        Steven Rostedt <rostedt@...dmis.org>,
        Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
        Lai Jiangshan <jiangshanlai@...il.com>,
        Joel Fernandes <joel@...lfernandes.org>, rcu@...r.kernel.org,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] rcu: fix spelling mistake "leval" -> "level"

On Thu, Dec 12, 2019 at 05:36:43PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> There is a spelling mistake in a pr_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>

Good catch!  Queued, thank you!

							Thanx, Paul

> ---
>  kernel/rcu/tree_plugin.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
> index 4d4637c361b7..0765784012f8 100644
> --- a/kernel/rcu/tree_plugin.h
> +++ b/kernel/rcu/tree_plugin.h
> @@ -57,7 +57,7 @@ static void __init rcu_bootup_announce_oddness(void)
>  	if (qlowmark != DEFAULT_RCU_QLOMARK)
>  		pr_info("\tBoot-time adjustment of callback low-water mark to %ld.\n", qlowmark);
>  	if (qovld != DEFAULT_RCU_QOVLD)
> -		pr_info("\tBoot-time adjustment of callback overload leval to %ld.\n", qovld);
> +		pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld);
>  	if (jiffies_till_first_fqs != ULONG_MAX)
>  		pr_info("\tBoot-time adjustment of first FQS scan delay to %ld jiffies.\n", jiffies_till_first_fqs);
>  	if (jiffies_till_next_fqs != ULONG_MAX)
> -- 
> 2.24.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ