Skip to content

Commit c8c9cb6

Browse files
qhjindevbroonie
authored andcommitted
spi: atmel: Fix typo
Change 'actualy' to 'actually' Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com> Link: https://lore.kernel.org/r/20220107024631.396862-1-qhjin.dev@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3e718b4 commit c8c9cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/spi/spi-atmel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ static int atmel_spi_dma_slave_config(struct atmel_spi *as, u8 bits_per_word)
463463
* However, the first data has to be written into the lowest 16 bits and
464464
* the second data into the highest 16 bits of the Transmit
465465
* Data Register. For 8bit data (the most frequent case), it would
466-
* require to rework tx_buf so each data would actualy fit 16 bits.
466+
* require to rework tx_buf so each data would actually fit 16 bits.
467467
* So we'd rather write only one data at the time. Hence the transmit
468468
* path works the same whether FIFOs are available (and enabled) or not.
469469
*/

0 commit comments

Comments
 (0)