On Thu, Jan 25, 2024 at 8:50 AM Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> wrote: > > Fix typo, s/configuartion/configuration. > > Fixes: 6b8d1e4739f4 ("spi: spi-s3c64xx: Add missing entries for structs 's3c64xx_spi_dma_data' and 's3c64xx_spi_dma_data'") > Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> > --- Reviewed-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx> > drivers/spi/spi-s3c64xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c > index bb6d9bf390a8..692ccb7828f8 100644 > --- a/drivers/spi/spi-s3c64xx.c > +++ b/drivers/spi/spi-s3c64xx.c > @@ -174,7 +174,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 { > -- > 2.43.0.429.g432eaa2c6b-goog >