spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT description

Missing 'to' in the SPI_MEM_DATA_OUT description.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Boris Brezillon 2018-11-06 17:05:30 +01:00 committed by Mark Brown
parent 651022382c
commit 6afe76a672
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -58,7 +58,7 @@
* enum spi_mem_data_dir - describes the direction of a SPI memory data
* transfer from the controller perspective
* @SPI_MEM_DATA_IN: data coming from the SPI memory
* @SPI_MEM_DATA_OUT: data sent the SPI memory
* @SPI_MEM_DATA_OUT: data sent to the SPI memory
*/
enum spi_mem_data_dir {
SPI_MEM_DATA_IN,