Skip to content

Commit 19fa92f

Browse files
LizzyFleckenstein03akpm00
authored andcommitted
init/Kconfig: fix typo (usafe -> unsafe)
Fix the help text for the PRINTK_SAFE_LOG_BUF_SHIFT setting. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Lizzy Fleckenstein <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Cc: Masahiro Yamada <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent fd9edbd commit 19fa92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ config PRINTK_SAFE_LOG_BUF_SHIFT
776776
depends on PRINTK
777777
help
778778
Select the size of an alternate printk per-CPU buffer where messages
779-
printed from usafe contexts are temporary stored. One example would
779+
printed from unsafe contexts are temporary stored. One example would
780780
be NMI messages, another one - printk recursion. The messages are
781781
copied to the main log buffer in a safe context to avoid a deadlock.
782782
The value defines the size as a power of 2.

0 commit comments

Comments
 (0)