From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1432894AbdDYTWS (ORCPT ); Tue, 25 Apr 2017 15:22:18 -0400 Received: from smtprelay0019.hostedemail.com ([216.40.44.19]:44681 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1432855AbdDYTV6 (ORCPT ); Tue, 25 Apr 2017 15:21:58 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:4321:5007:7576:7903:10004:10400:10848:11232:11658:11914:12296:12740:12760:12895:13069:13095:13311:13357:13439:14181:14659:14721:21080:21433:21451:21611:30012:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: knife50_1058974db1433 X-Filterd-Recvd-Size: 1767 Message-ID: <1493148111.18659.5.camel@perches.com> Subject: Re: [PATCH] PCI: imx6: fix spelling mistake: "contol" -> "control" From: Joe Perches To: Bjorn Helgaas , Colin King Cc: Richard Zhu , Lucas Stach , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Tue, 25 Apr 2017 12:21:51 -0700 In-Reply-To: <20170425190429.GA29024@bhelgaas-glaptop.roam.corp.google.com> References: <20170421070230.16582-1-colin.king@canonical.com> <20170425190429.GA29024@bhelgaas-glaptop.roam.corp.google.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 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 Tue, 2017-04-25 at 14:04 -0500, Bjorn Helgaas wrote: > On Fri, Apr 21, 2017 at 08:02:30AM +0100, Colin King wrote: > > From: Colin Ian King > > > > trivial fix to spelling mistake in dev_err message > > > > Signed-off-by: Colin Ian King > > Applied with Richard's ack to pci/host-imx6 for v4.12, thanks. > > FWIW, there are about 25 other occurrences of "contol" in other parts > of the tree. Colin seems to focus on the logging format strings and not code comments. Other than these 2, there are 28 other instances in -next. All of them are not output anywhere, these are just source code comments. $ git grep -w -i -E "contoller|contol" | wc -l 30