Skip to content

Commit 8d8bbef

Browse files
Xiang wangxvinodkoul
authored andcommitted
dmaengine: mediatek: mtk-hsdma: Fix typo in comment
Delete the redundant word 'be'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220618130120.9783-1-wangxiang@cdjrlc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent ab35648 commit 8d8bbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/mediatek/mtk-hsdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ static void mtk_hsdma_free_active_desc(struct dma_chan *c)
761761
/*
762762
* Once issue_synchronize is being set, which means once the hardware
763763
* consumes all descriptors for the channel in the ring, the
764-
* synchronization must be be notified immediately it is completed.
764+
* synchronization must be notified immediately it is completed.
765765
*/
766766
spin_lock(&hvc->vc.lock);
767767
if (!list_empty(&hvc->desc_hw_processing)) {

0 commit comments

Comments
 (0)