Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Qinghua Jin and committed by
Mark Brown
c8c9cb6d 3e718b44

+1 -1
+1 -1
drivers/spi/spi-atmel.c
··· 463 463 * However, the first data has to be written into the lowest 16 bits and 464 464 * the second data into the highest 16 bits of the Transmit 465 465 * 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. 467 467 * So we'd rather write only one data at the time. Hence the transmit 468 468 * path works the same whether FIFOs are available (and enabled) or not. 469 469 */