Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935869AbcJYOCb (ORCPT ); Tue, 25 Oct 2016 10:02:31 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:39083 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932845AbcJYOC3 (ORCPT ); Tue, 25 Oct 2016 10:02:29 -0400 Subject: Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting" To: Colin King , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Heiko Carstens , Kees Cook , Rashmica Gupta , linuxppc-dev@lists.ozlabs.org References: <20161024220212.8464-1-colin.king@canonical.com> Cc: linux-kernel@vger.kernel.org From: Nathan Fontenot Date: Tue, 25 Oct 2016 09:02:20 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161024220212.8464-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16102514-0012-0000-0000-000010F8720E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00005976; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000188; SDB=6.00772555; UDB=6.00370834; IPR=6.00549377; BA=6.00004832; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013101; XFM=3.00000011; UTC=2016-10-25 14:02:26 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16102514-0013-0000-0000-000046997343 Message-Id: <3a78be5a-a913-da9f-7d3c-adce86207702@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-25_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1610250234 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 927 Lines: 27 On 10/24/2016 05:02 PM, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in pr_debug message > > Signed-off-by: Colin Ian King Reviewed-by: Nathan Fontenot > --- > 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); >