Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd54006f authored by Colin Ian King's avatar Colin Ian King Committed by Vinod Koul
Browse files

dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"



Trivial fix to spelling mistake in dev_err error message text.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}
		}