diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-06-05 10:47:02 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-21 13:25:13 +0200 |
commit | 5e0d8d59a55613f19a06c1c8b95025e6e70d1356 (patch) | |
tree | 862856b0fc8b16bb1094452507cbdf5efac97da2 | |
parent | 79a3bd89605c877b913be60e2811058ecfee4c61 (diff) | |
download | op-kernel-dev-5e0d8d59a55613f19a06c1c8b95025e6e70d1356.zip op-kernel-dev-5e0d8d59a55613f19a06c1c8b95025e6e70d1356.tar.gz |
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>
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 0dfd09d..3e57a69 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -851,8 +851,8 @@ config LOG_CPU_MAX_BUF_SHIFT used as it forces an exact (power of two) size of the ring buffer. The number of possible CPUs is used for this computation ignoring - hotplugging making the compuation optimal for the the worst case - scenerio while allowing a simple algorithm to be used from bootup. + hotplugging making the computation optimal for the worst case + scenario while allowing a simple algorithm to be used from bootup. Examples shift values and their meaning: 17 => 128 KB for each CPU |