diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2024-02-07 15:04:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-08 19:33:30 +0300 |
commit | 97b63f4707046b2ef99d077dd4d333c3acca06ae (patch) | |
tree | 858d7d03d986188487ac33782a1c3428e86d6426 /drivers/spi/spi-s3c64xx.c | |
parent | a336d41bbea51e11e3e4f56bd3877a535c077129 (diff) | |
download | linux-97b63f4707046b2ef99d077dd4d333c3acca06ae.tar.xz |
spi: s3c64xx: fix typo, s/configuartion/configuration
Fix typo, s/configuartion/configuration.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240207120431.2766269-7-tudor.ambarus@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index 87b7203f9b1f..6b93e8a0c637 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c @@ -180,7 +180,7 @@ struct s3c64xx_spi_port_config { * @cur_speed: Current clock speed * @rx_dma: Local receive DMA data (e.g. chan and direction) * @tx_dma: Local transmit DMA data (e.g. chan and direction) - * @port_conf: Local SPI port configuartion data + * @port_conf: Local SPI port configuration data * @port_id: Port identification number */ struct s3c64xx_spi_driver_data { |