projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d5bf6
)
dmaengine: ste_dma40: fix a trivial typo
author
Geliang Tang
<geliangtang@163.com>
Sun, 18 Oct 2015 15:31:10 +0000
(23:31 +0800)
committer
Vinod Koul
<vinod.koul@intel.com>
Sat, 24 Oct 2015 22:45:40 +0000
(
04:15
+0530)
s/regsiter/register/
Signed-off-by: Geliang Tang <geliangtang@163.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ste_dma40.c
b/drivers/dma/ste_dma40.c
index 750d1b3136847ffa8e8faf60b09079274393e3af..dd3e7ba273ad02ba94880791729f03ce0bb40c83 100644
(file)
--- a/
drivers/dma/ste_dma40.c
+++ b/
drivers/dma/ste_dma40.c
@@
-2907,7
+2907,7
@@
static int __init d40_dmaengine_init(struct d40_base *base,
if (err) {
d40_err(base->dev,
- "Failed to reg
si
ter memcpy only channels\n");
+ "Failed to reg
is
ter memcpy only channels\n");
goto failure2;
}