Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1630927
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PCI: imx6: fix spelling mistake: "contol" -> "control" |
| Date | 2017-04-25 21:30 +0200 |
| Message-ID | <tAejU-o2-9@gated-at.bofh.it> (permalink) |
| References | <tyARA-2SW-15@gated-at.bofh.it> <tAe0y-hF-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@canonical.com> > > > > trivial fix to spelling mistake in dev_err message > > > > Signed-off-by: Colin Ian King <colin.king@canonical.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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] PCI: imx6: fix spelling mistake: "contol" -> "control" Bjorn Helgaas <helgaas@kernel.org> - 2017-04-25 21:10 +0200 Re: [PATCH] PCI: imx6: fix spelling mistake: "contol" -> "control" Joe Perches <joe@perches.com> - 2017-04-25 21:30 +0200
csiph-web