projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a336d41
)
spi: s3c64xx: fix typo, s/configuartion/configuration
author
Tudor Ambarus
<tudor.ambarus@linaro.org>
Wed, 7 Feb 2024 12:04:20 +0000
(12:04 +0000)
committer
Mark Brown
<broonie@kernel.org>
Thu, 8 Feb 2024 16:33:30 +0000
(16:33 +0000)
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>
drivers/spi/spi-s3c64xx.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-s3c64xx.c
b/drivers/spi/spi-s3c64xx.c
index 87b7203f9b1f17614cbac53de30836891f77630d..6b93e8a0c63741d52487ae373c1541cbb8618f7a 100644
(file)
--- 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 configu
ar
tion data
+ * @port_conf: Local SPI port configu
ra
tion data
* @port_id: Port identification number
*/
struct s3c64xx_spi_driver_data {