Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xiang wangx and committed by
Vinod Koul
8d8bbefa ab356484

+1 -1
+1 -1
drivers/dma/mediatek/mtk-hsdma.c
··· 761 761 /* 762 762 * Once issue_synchronize is being set, which means once the hardware 763 763 * 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. 765 765 */ 766 766 spin_lock(&hvc->vc.lock); 767 767 if (!list_empty(&hvc->desc_hw_processing)) {