summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2016-06-05 04:47:02 -0400
committerJiri Kosina <jkosina@suse.cz>2016-06-21 07:25:13 -0400
commit5e0d8d59a55613f19a06c1c8b95025e6e70d1356 (patch)
tree862856b0fc8b16bb1094452507cbdf5efac97da2 /init/Kconfig
parent79a3bd89605c877b913be60e2811058ecfee4c61 (diff)
init: fix Kconfig text
[jkosina@suse.cz: folded another fix on top on the same line as spotted by Randy Dunlap] Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0dfd09d54c65..3e57a699361d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -851,8 +851,8 @@ config LOG_CPU_MAX_BUF_SHIFT
851 used as it forces an exact (power of two) size of the ring buffer. 851 used as it forces an exact (power of two) size of the ring buffer.
852 852
853 The number of possible CPUs is used for this computation ignoring 853 The number of possible CPUs is used for this computation ignoring
854 hotplugging making the compuation optimal for the the worst case 854 hotplugging making the computation optimal for the worst case
855 scenerio while allowing a simple algorithm to be used from bootup. 855 scenario while allowing a simple algorithm to be used from bootup.
856 856
857 Examples shift values and their meaning: 857 Examples shift values and their meaning:
858 17 => 128 KB for each CPU 858 17 => 128 KB for each CPU