From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752317AbcFFCMN (ORCPT ); Sun, 5 Jun 2016 22:12:13 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:53546 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbcFFCMM (ORCPT ); Sun, 5 Jun 2016 22:12:12 -0400 Subject: Re: [PATCH RESEND -trivial] init/Kconfig: Spelling s/compuation/computation/, double "the" To: Geert Uytterhoeven , Jiri Kosina References: <1465116422-8623-1-git-send-email-geert@linux-m68k.org> Cc: linux-kernel@vger.kernel.org From: Randy Dunlap Message-ID: <5754DBFA.7020000@infradead.org> Date: Sun, 5 Jun 2016 19:12:10 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1465116422-8623-1-git-send-email-geert@linux-m68k.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/05/16 01:47, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > 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