summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
diff options
context:
space:
mode:
authorGeliang Tang2015-10-18 17:31:10 +0200
committerVinod Koul2015-10-25 00:45:40 +0200
commit52984aab3369869d43efdf15743cc23795413f68 (patch)
treeee8842ace919dd203b68c4a57b56915a48875998 /drivers/dma/ste_dma40.c
parentdmaengine: xgene-dma: Remove memcpy offload support due to performance drop (diff)
downloadkernel-qcow2-linux-52984aab3369869d43efdf15743cc23795413f68.tar.gz
kernel-qcow2-linux-52984aab3369869d43efdf15743cc23795413f68.tar.xz
kernel-qcow2-linux-52984aab3369869d43efdf15743cc23795413f68.zip
dmaengine: ste_dma40: fix a trivial typo
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>
Diffstat (limited to 'drivers/dma/ste_dma40.c')
-rw-r--r--drivers/dma/ste_dma40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index 750d1b313684..dd3e7ba273ad 100644
--- 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 regsiter memcpy only channels\n");
+ "Failed to register memcpy only channels\n");
goto failure2;
}