mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
08be54a9e5
commit
bbfb8677d3
|
|
@ -1010,7 +1010,7 @@ static inline u32 pl08x_lli_control_bits(struct pl08x_driver_data *pl08x,
|
|||
/*
|
||||
* Remove all src, dst and transfer size bits, then set the
|
||||
* width and size according to the parameters. The bit offsets
|
||||
* are different in the FTDMAC020 so we need to accound for this.
|
||||
* are different in the FTDMAC020 so we need to account for this.
|
||||
*/
|
||||
if (pl08x->vd->ftdmac020) {
|
||||
retbits &= ~FTDMAC020_LLI_DST_WIDTH_MSK;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user