projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 1 Dec 2017 09:25:28 +0000
(09:25 +0000)
committer
Vinod 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
patch
|
blob
|
history
diff --git
a/drivers/dma/timb_dma.c
b/drivers/dma/timb_dma.c
index 896bafb7a53240e3bac1679a79177840fc81bcd1..395c698edb4d7f1d762497f96c0d9f55c2a29130 100644
(file)
--- 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;
}
}