未验证 提交 c8c9cb6d 编写于 作者: Q Qinghua Jin 提交者: Mark Brown

spi: atmel: Fix typo

Change 'actualy' to 'actually'
Signed-off-by: NQinghua Jin <qhjin.dev@gmail.com>
Link: https://lore.kernel.org/r/20220107024631.396862-1-qhjin.dev@gmail.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 3e718b44
...@@ -463,7 +463,7 @@ static int atmel_spi_dma_slave_config(struct atmel_spi *as, u8 bits_per_word) ...@@ -463,7 +463,7 @@ static int atmel_spi_dma_slave_config(struct atmel_spi *as, u8 bits_per_word)
* However, the first data has to be written into the lowest 16 bits and * However, the first data has to be written into the lowest 16 bits and
* the second data into the highest 16 bits of the Transmit * the second data into the highest 16 bits of the Transmit
* Data Register. For 8bit data (the most frequent case), it would * Data Register. For 8bit data (the most frequent case), it would
* require to rework tx_buf so each data would actualy fit 16 bits. * require to rework tx_buf so each data would actually fit 16 bits.
* So we'd rather write only one data at the time. Hence the transmit * So we'd rather write only one data at the time. Hence the transmit
* path works the same whether FIFOs are available (and enabled) or not. * path works the same whether FIFOs are available (and enabled) or not.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册