Skip to content

Commit

Permalink
spi: spi-mem: Fix a typo in the documentation of struct spi_mem
Browse files Browse the repository at this point in the history
Fix a typo in the @drvpriv description.

Signed-off-by: Frieder Schrempf <frieder.schrempf@exceet.de>
Acked-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Frieder Schrempf authored and Mark Brown committed Aug 2, 2018
1 parent 07ebbbe commit 06bcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/spi/spi-mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct spi_mem_op {
/**
* struct spi_mem - describes a SPI memory 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
* the controller to properly handle this device should be placed here.
Expand Down

0 comments on commit 06bcb51

Please sign in to comment.