dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Dec 2017 09:25:28 +0000 (09:25 +0000)
committerVinod Koul <vinod.koul@intel.com>
Mon, 11 Dec 2017 03:27:38 +0000 (08:57 +0530)
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>
drivers/dma/timb_dma.c

index 896bafb7a53240e3bac1679a79177840fc81bcd1..395c698edb4d7f1d762497f96c0d9f55c2a29130 100644 (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;
                        }
                }