[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1493148111.18659.5.camel@perches.com>
Date: Tue, 25 Apr 2017 12:21:51 -0700
From: Joe Perches <joe@...ches.com>
To: Bjorn Helgaas <helgaas@...nel.org>,
Colin King <colin.king@...onical.com>
Cc: Richard Zhu <hongxing.zhu@....com>,
Lucas Stach <l.stach@...gutronix.de>,
Bjorn Helgaas <bhelgaas@...gle.com>, linux-pci@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PCI: imx6: fix spelling mistake: "contol" -> "control"
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 <colin.king@...onical.com>
> >
> > trivial fix to spelling mistake in dev_err message
> >
> > Signed-off-by: Colin Ian King <colin.king@...onical.com>
>
> 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
Powered by blists - more mailing lists