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: pl08x: Fix a spelling mistake

"Accound" is an archaic spelling variant of "account". It had completely
fallen out of formal use as early as the 17th century, when the spelling
of Modern English became standardized. Here, it is corrected to "account"
to enhance comprehension.

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Link: https://patch.msgid.link/20251125015734.1572-1-chuguangqing@inspur.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Chu Guangqing and committed by
Vinod Koul
bbfb8677 08be54a9

+1 -1
+1 -1
drivers/dma/amba-pl08x.c
··· 1010 1010 /* 1011 1011 * Remove all src, dst and transfer size bits, then set the 1012 1012 * width and size according to the parameters. The bit offsets 1013 - * are different in the FTDMAC020 so we need to accound for this. 1013 + * are different in the FTDMAC020 so we need to account for this. 1014 1014 */ 1015 1015 if (pl08x->vd->ftdmac020) { 1016 1016 retbits &= ~FTDMAC020_LLI_DST_WIDTH_MSK;