Message ID | 20170221183046.27560-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Feb 21, 2017 at 06:30:45PM +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake and make channel plural. Applied, thanks
diff --git a/drivers/dma/stm32-dma.c b/drivers/dma/stm32-dma.c index 49f86ca..786fc8f 100644 --- a/drivers/dma/stm32-dma.c +++ b/drivers/dma/stm32-dma.c @@ -1008,7 +1008,7 @@ static struct dma_chan *stm32_dma_of_xlate(struct of_phandle_args *dma_spec, c = dma_get_slave_channel(&chan->vchan.chan); if (!c) { - dev_err(dev, "No more channel avalaible\n"); + dev_err(dev, "No more channels available\n"); return NULL; }