From: Colin Ian King Date: Fri, 1 Dec 2017 09:25:28 +0000 (+0000) Subject: dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd54006feda4c9e3764f400f498309e430f3d4cf;p=linux.git dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't" Trivial fix to spelling mistake in dev_err error message text. Signed-off-by: Colin Ian King Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index 896bafb7a5324..395c698edb4d7 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c @@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan) break; else { dev_err(chan2dev(chan), - "Couldnt allocate any descriptors\n"); + "Couldn't allocate any descriptors\n"); return -ENOMEM; } }