diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-12-12 17:36:43 +0000 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-02-20 16:00:20 -0800 |
commit | aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a (patch) | |
tree | 4639b24c590b24ef3ade5fe4cbd82e4aa795912f /kernel/rcu | |
parent | 8c14263d351b4766a040346ee917b8d81583a460 (diff) | |
download | linux-stable-aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a.tar.gz linux-stable-aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a.tar.bz2 linux-stable-aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a.zip |
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@canonical.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |