From: Xiang wangx Date: Sat, 18 Jun 2022 13:01:20 +0000 (+0800) Subject: dmaengine: mediatek: mtk-hsdma: Fix typo in comment X-Git-Tag: v6.0-rc1~117^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d8bbefa6a3397e6f730dd75ba5128d9d106d4ea;p=thirdparty%2Flinux.git dmaengine: mediatek: mtk-hsdma: Fix typo in comment Delete the redundant word 'be'. Signed-off-by: Xiang wangx Link: https://lore.kernel.org/r/20220618130120.9783-1-wangxiang@cdjrlc.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/mediatek/mtk-hsdma.c b/drivers/dma/mediatek/mtk-hsdma.c index 9ebd9231f62f4..a72e5a096c5c8 100644 --- a/drivers/dma/mediatek/mtk-hsdma.c +++ b/drivers/dma/mediatek/mtk-hsdma.c @@ -761,7 +761,7 @@ static void mtk_hsdma_free_active_desc(struct dma_chan *c) /* * Once issue_synchronize is being set, which means once the hardware * consumes all descriptors for the channel in the ring, the - * synchronization must be be notified immediately it is completed. + * synchronization must be notified immediately it is completed. */ spin_lock(&hvc->vc.lock); if (!list_empty(&hvc->desc_hw_processing)) {