diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index 896bafb7a53240e3bac1679a79177840fc81bcd1..395c698edb4d7f1d762497f96c0d9f55c2a29130 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; } }