diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:10:27 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-06 10:54:08 +0530 |
commit | a71da24ce1f8f6844c6378ae394b5c4b31ff5725 (patch) | |
tree | 0b54397c8b1bc0b01df29c5381c60983c7104c67 /drivers | |
parent | 0d7c11af47aa3b065dc0bbc96d42baf411ce09e0 (diff) | |
download | linux-stable-a71da24ce1f8f6844c6378ae394b5c4b31ff5725.tar.gz linux-stable-a71da24ce1f8f6844c6378ae394b5c4b31ff5725.tar.bz2 linux-stable-a71da24ce1f8f6844c6378ae394b5c4b31ff5725.zip |
dmaengine: ste_dma40: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220521111145.81697-17-Julia.Lawall@inria.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers')
-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 e1827393143f..f093e08c23b1 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -1970,7 +1970,7 @@ static int d40_config_memcpy(struct d40_chan *d40c) dma_has_cap(DMA_SLAVE, cap)) { d40c->dma_cfg = dma40_memcpy_conf_phy; - /* Generate interrrupt at end of transfer or relink. */ + /* Generate interrupt at end of transfer or relink. */ d40c->dst_def_cfg |= BIT(D40_SREG_CFG_TIM_POS); /* Generate interrupt on error. */ |