Skip to content

Commit

Permalink
dmaengine: ste_dma40: fix a trivial typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geliang Tang authored and Vinod Koul committed Oct 24, 2015
1 parent e6d5bf6 commit 52984aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 52984aa

Please sign in to comment.