From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965805AbcJXWUU (ORCPT ); Mon, 24 Oct 2016 18:20:20 -0400 Received: from smtprelay0156.hostedemail.com ([216.40.44.156]:50388 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965413AbcJXWUP (ORCPT ); Mon, 24 Oct 2016 18:20:15 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:968:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3653:3865:3866:3867:3868:3870:3872:4250:4321:4605:5007:6119:7576:7903:10004:10400:10848:11026:11232:11657:11658:11914:12043:12296:12555:12740:12760:13069:13095:13161:13229:13311:13357:13439:14181:14659:14721:21080:21433:30029:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: swing48_5910acd3e0032 X-Filterd-Recvd-Size: 2825 Message-ID: <1477347610.2111.6.camel@perches.com> Subject: Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting" From: Joe Perches To: Kees Cook , Colin King Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Nathan Fontenot , Heiko Carstens , Rashmica Gupta , "linuxppc-dev@lists.ozlabs.org" , LKML Date: Mon, 24 Oct 2016 15:20:10 -0700 In-Reply-To: References: <20161024220212.8464-1-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.1-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-10-24 at 15:13 -0700, Kees Cook wrote: > On Mon, Oct 24, 2016 at 3:02 PM, Colin King wrote: > > From: Colin Ian King > > > > trivial fix to spelling mistake in pr_debug message > > > > Signed-off-by: Colin Ian King > > --- > > arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/powerpc/platforms/pseries/hotplug-cpu.c b/arch/powerpc/platforms/pseries/hotplug-cpu.c > > index a1b63e0..c8929cb 100644 > > --- a/arch/powerpc/platforms/pseries/hotplug-cpu.c > > +++ b/arch/powerpc/platforms/pseries/hotplug-cpu.c > > @@ -553,7 +553,7 @@ static ssize_t dlpar_cpu_remove(struct device_node *dn, u32 drc_index) > > { > > int rc; > > > > - pr_debug("Attemping to remove CPU %s, drc index: %x\n", > > + pr_debug("Attempting to remove CPU %s, drc index: %x\n", > > dn->name, drc_index); > > > > rc = dlpar_offline_cpu(dn); > > -- > > 2.9.3 > > Reviewed-by: Kees Cook > > scripts/spelling.txt should likely get an addition for "attemping". It > already has "attemps"... There may not be enough of these to be useful and to my knowledge Colin isn't fixing comments $ grep -rP --include=*.[ch] -wi "at+emp*t?ing" * | grep -vi attempting arch/x86/platform/uv/uv_nmi.c:/* Ping non-responding cpus attemping to force them into the NMI handler */ arch/powerpc/platforms/pseries/hotplug-cpu.c: pr_debug("Attemping to remove CPU %s, drc index: %x\n",