Skip to content

Commit aa96a93

Browse files
Colin Ian Kingpaulmckrcu
authored andcommitted
rcu: Fix spelling mistake "leval" -> "level"
This commit fixes a spelling mistake in a pr_info() message. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 8c14263 commit aa96a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/rcu/tree_plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void __init rcu_bootup_announce_oddness(void)
5757
if (qlowmark != DEFAULT_RCU_QLOMARK)
5858
pr_info("\tBoot-time adjustment of callback low-water mark to %ld.\n", qlowmark);
5959
if (qovld != DEFAULT_RCU_QOVLD)
60-
pr_info("\tBoot-time adjustment of callback overload leval to %ld.\n", qovld);
60+
pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld);
6161
if (jiffies_till_first_fqs != ULONG_MAX)
6262
pr_info("\tBoot-time adjustment of first FQS scan delay to %ld jiffies.\n", jiffies_till_first_fqs);
6363
if (jiffies_till_next_fqs != ULONG_MAX)

0 commit comments

Comments
 (0)