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@xxxxxxxxxxxxx> > > > > trivial fix to spelling mistake in dev_err message > > > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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