From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750873AbdALTEs (ORCPT ); Thu, 12 Jan 2017 14:04:48 -0500 Received: from mail-it0-f44.google.com ([209.85.214.44]:37593 "EHLO mail-it0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750746AbdALTEp (ORCPT ); Thu, 12 Jan 2017 14:04:45 -0500 MIME-Version: 1.0 In-Reply-To: <20170112113452.GA7042@pjb1027-Latitude-E5410> References: <20170112113452.GA7042@pjb1027-Latitude-E5410> From: Kees Cook Date: Thu, 12 Jan 2017 10:57:03 -0800 X-Google-Sender-Auth: 7x7cjHwKAJ5LFq5Jc8Z-kmE-qEc Message-ID: Subject: Re: [PATCH] scripts/spelling.txt: add some typo-words To: Jinbum Park Cc: Andrew Morton , Masahiro Yamada , Colin King , Joe Perches , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2017 at 3:34 AM, Jinbum Park wrote: > I wrote a simple script to find new typo not in spelling.txt. > (https://github.com/jinb-park/find-linux-kernel-typo) > > and get following result: > > [ rank ] > 63 paramaters > 18 alignement > 9 strucuture > .... > > The number means how many files include the typo. > This patch adds these common typo. > > Signed-off-by: Jinbum Park Sounds good to me! Acked-by: Kees Cook -Kees > --- > scripts/spelling.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/scripts/spelling.txt b/scripts/spelling.txt > index 417ede8..201d0ed 100644 > --- a/scripts/spelling.txt > +++ b/scripts/spelling.txt > @@ -74,6 +74,7 @@ algoritms||algorithms > algorrithm||algorithm > algorritm||algorithm > aligment||alignment > +alignement||alignment > allign||align > allocatrd||allocated > allocte||allocate > @@ -752,6 +753,7 @@ pakage||package > pallette||palette > paln||plan > paramameters||parameters > +paramaters||parameters > paramater||parameter > parametes||parameters > parametised||parametrised > @@ -996,6 +998,7 @@ straming||streaming > struc||struct > structres||structures > stuct||struct > +strucuture||structure > stucture||structure > sturcture||structure > subdirectoires||subdirectories > -- > 1.9.1 > -- Kees Cook Nexus Security