Skip to content

Commit

Permalink
dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Vinod Koul committed Dec 11, 2017
1 parent 4fbd8d1 commit dd54006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/timb_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit dd54006

Please sign in to comment.