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>
This commit is contained in:
Colin Ian King 2017-12-01 09:25:28 +00:00 committed by Vinod Koul
parent 4fbd8d194f
commit dd54006fed
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}