Commit 06bcb516 authored by Frieder Schrempf's avatar Frieder Schrempf Committed by Mark Brown

spi: spi-mem: Fix a typo in the documentation of struct spi_mem

Fix a typo in the @drvpriv description.
Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@exceet.de>
Acked-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 07ebbbe4
...@@ -122,7 +122,7 @@ struct spi_mem_op { ...@@ -122,7 +122,7 @@ struct spi_mem_op {
/** /**
* struct spi_mem - describes a SPI memory device * struct spi_mem - describes a SPI memory device
* @spi: the underlying SPI device * @spi: the underlying SPI device
* @drvpriv: spi_mem_drviver private data * @drvpriv: spi_mem_driver private data
* *
* Extra information that describe the SPI memory device and may be needed by * Extra information that describe the SPI memory device and may be needed by
* the controller to properly handle this device should be placed here. * the controller to properly handle this device should be placed here.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment