diff options
author | Geliang Tang <geliangtang@163.com> | 2015-10-18 23:31:10 +0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-10-25 04:15:40 +0530 |
commit | 52984aab3369869d43efdf15743cc23795413f68 (patch) | |
tree | ee8842ace919dd203b68c4a57b56915a48875998 /drivers/dma/ste_dma40.c | |
parent | e6d5bf6a8f23d0557ac685b7e81ce148f3a7744c (diff) | |
download | op-kernel-dev-52984aab3369869d43efdf15743cc23795413f68.zip op-kernel-dev-52984aab3369869d43efdf15743cc23795413f68.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 750d1b3..dd3e7ba 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; } |