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: at_xdmac: Fix typo in comment

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220618130349.11507-1-wangxiang@cdjrlc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Xiang wangx and committed by
Vinod Koul
ab356484 cfa1927f

+1 -1
+1 -1
drivers/dma/at_xdmac.c
··· 649 649 } 650 650 651 651 /* 652 - * Only check that maxburst and addr width values are supported by the 652 + * Only check that maxburst and addr width values are supported by 653 653 * the controller but not that the configuration is good to perform the 654 654 * transfer since we don't know the direction at this stage. 655 655 */