diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 08:56:47 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-26 19:36:05 +0300 |
commit | a1873f837f9e5c1001462a635af1b0bab31aa9fd (patch) | |
tree | f175fd2b3f11cbe27a51eb50aaa1b6537a5adc4b /drivers | |
parent | 9327c7e7539371c6f202303d5539afbae006ec72 (diff) | |
download | linux-a1873f837f9e5c1001462a635af1b0bab31aa9fd.tar.xz |
dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Link: https://lore.kernel.org/r/20220721055647.46085-1-slark_xiao@163.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/mediatek/mtk-hsdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mediatek/mtk-hsdma.c b/drivers/dma/mediatek/mtk-hsdma.c index a72e5a096c5c..f7717c44b887 100644 --- a/drivers/dma/mediatek/mtk-hsdma.c +++ b/drivers/dma/mediatek/mtk-hsdma.c @@ -138,7 +138,7 @@ struct mtk_hsdma_vdesc { /** * struct mtk_hsdma_cb - This is the struct holding extra info required for RX - * ring to know what relevant VD the the PD is being + * ring to know what relevant VD the PD is being * mapped to. * @vd: Pointer to the relevant VD. * @flag: Flag indicating what action should be taken when VD |