[<prev] [next>] [day] [month] [year] [list]
Message-ID: <158504140134.28353.294557610514832568.tip-bot2@tip-bot2>
Date: Tue, 24 Mar 2020 09:16:41 -0000
From: "tip-bot2 for Colin Ian King" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Colin Ian King <colin.king@...onical.com>,
"Paul E. McKenney" <paulmck@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: core/rcu] rcu: Fix spelling mistake "leval" -> "level"
The following commit has been merged into the core/rcu branch of tip:
Commit-ID: aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a
Gitweb: https://git.kernel.org/tip/aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a
Author: Colin Ian King <colin.king@...onical.com>
AuthorDate: Thu, 12 Dec 2019 17:36:43
Committer: Paul E. McKenney <paulmck@...nel.org>
CommitterDate: Thu, 20 Feb 2020 16:00:20 -08:00
rcu: Fix spelling mistake "leval" -> "level"
This commit fixes a spelling mistake in a pr_info() message.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
Signed-off-by: Paul E. McKenney <paulmck@...nel.org>
---
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 4d4637c..0765784 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)
Powered by blists - more mailing lists