@@ -339,7 +339,7 @@ static inline u8 convert_buswidth(enum dma_slave_buswidth addr_width)
339339 * @regs: memory mapped register base
340340 * @clk: dma controller clock
341341 * @save_imr: interrupt mask register that is saved on suspend/resume cycle
342- * @all_chan_mask: all channels availlable in a mask
342+ * @all_chan_mask: all channels available in a mask
343343 * @lli_pool: hw lli table
344344 * @memset_pool: hw memset pool
345345 * @chan: channels table to store at_dma_chan structures
@@ -668,7 +668,7 @@ static inline u32 atc_calc_bytes_left(u32 current_len, u32 ctrla)
668668 * CTRLA is read in turn, next the DSCR is read a second time. If the two
669669 * consecutive read values of the DSCR are the same then we assume both refers
670670 * to the very same LLI as well as the CTRLA value read inbetween does. For
671- * cyclic tranfers , the assumption is that a full loop is "not so fast". If the
671+ * cyclic transfers , the assumption is that a full loop is "not so fast". If the
672672 * two DSCR values are different, we read again the CTRLA then the DSCR till two
673673 * consecutive read values from DSCR are equal or till the maximum trials is
674674 * reach. This algorithm is very unlikely not to find a stable value for DSCR.
@@ -700,7 +700,7 @@ static int atc_get_llis_residue(struct at_dma_chan *atchan,
700700 break ;
701701
702702 /*
703- * DSCR has changed inside the DMA controller, so the previouly
703+ * DSCR has changed inside the DMA controller, so the previously
704704 * read value of CTRLA may refer to an already processed
705705 * descriptor hence could be outdated. We need to update ctrla
706706 * to match the current descriptor.
0 commit comments