Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141AbbFZRhb (ORCPT ); Fri, 26 Jun 2015 13:37:31 -0400 Received: from mail-vn0-f45.google.com ([209.85.216.45]:39310 "EHLO mail-vn0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752108AbbFZRh2 (ORCPT ); Fri, 26 Jun 2015 13:37:28 -0400 MIME-Version: 1.0 In-Reply-To: <1435291985-9168-1-git-send-email-maninder1.s@samsung.com> References: <1435291985-9168-1-git-send-email-maninder1.s@samsung.com> Date: Fri, 26 Jun 2015 10:37:26 -0700 X-Google-Sender-Auth: igUX5ZlHuuFCb6S4N6tvm31XIPs Message-ID: Subject: Re: [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check. From: Kees Cook To: Maninder Singh Cc: Andrew Morton , Jani Nikula , Joe Perches , LKML , pankaj.m@samsung.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1608 Lines: 62 On Thu, Jun 25, 2015 at 9:13 PM, Maninder Singh wrote: > misspelled words for check:- > chcek > chck > cehck > > I myself did these spell mistakes in changelog for patches, > Thus suggesting to add in spelling.txt, so that checkpatch.pl > warns it earlier. > References:- > > ./arch/powerpc/kernel/exceptions-64e.S:456: . . . make sure you chcek > https://lkml.org/lkml/2015/6/25/289 > ./arch/x86/mm/pageattr.c:1368: * No need to cehck in that case > > Signed-off-by: Maninder Singh Thanks! These aren't very common, but there aren't any false positives. :) 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 bb8e4d0..958d054 100644 > --- a/scripts/spelling.txt > +++ b/scripts/spelling.txt > @@ -187,6 +187,7 @@ capatibilities||capabilities > carefuly||carefully > cariage||carriage > catagory||category > +cehck||check > challange||challenge > challanges||challenges > chanell||channel > @@ -199,6 +200,8 @@ charactor||character > charater||character > charaters||characters > charcter||character > +chcek||check > +chck||check > checksuming||checksumming > childern||children > childs||children > -- > 1.7.9.5 > -- Kees Cook Chrome OS Security -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/