Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757700AbcJXWN3 (ORCPT ); Mon, 24 Oct 2016 18:13:29 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37909 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754224AbcJXWN2 (ORCPT ); Mon, 24 Oct 2016 18:13:28 -0400 MIME-Version: 1.0 In-Reply-To: <20161024220212.8464-1-colin.king@canonical.com> References: <20161024220212.8464-1-colin.king@canonical.com> From: Kees Cook Date: Mon, 24 Oct 2016 15:13:25 -0700 X-Google-Sender-Auth: XJKGEu-qZzimFqT-o4NeNMyQwto Message-ID: Subject: Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting" To: Colin King Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Nathan Fontenot , Heiko Carstens , Rashmica Gupta , "linuxppc-dev@lists.ozlabs.org" , LKML , Joe Perches 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: 1129 Lines: 36 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"... -Kees -- Kees Cook Nexus Security