aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-12-01 04:25:28 -0500
committerVinod Koul <vinod.koul@intel.com>2017-12-10 22:27:38 -0500
commitdd54006feda4c9e3764f400f498309e430f3d4cf (patch)
treef8a0302b75094c5c2b1a47d00f8c5687dc9dea37
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff)
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 <colin.king@canonical.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r--drivers/dma/timb_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index 896bafb7a532..395c698edb4d 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)
422 break; 422 break;
423 else { 423 else {
424 dev_err(chan2dev(chan), 424 dev_err(chan2dev(chan),
425 "Couldnt allocate any descriptors\n"); 425 "Couldn't allocate any descriptors\n");
426 return -ENOMEM; 426 return -ENOMEM;
427 } 427 }
428 } 428 }