On 06/05/16 01:47, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <ge...@linux-m68k.org> > --- > Sent before on 2014-08-08. > --- > init/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/init/Kconfig b/init/Kconfig > index f755a602d4a176e0..fa0ab926aa8a150a 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -851,7 +851,7 @@ 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 > + hotplugging making the computation optimal for the worst case > scenerio while allowing a simple algorithm to be used from bootup.
scenario > > Examples shift values and their meaning: > -- ~Randy