Fix name of struct in documentation. Previous one was incorrect.

Signed-off-by: Jakub Lewalski <jakub.lewal...@gmail.com>
---
 include/linux/amba/pl022.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/linux/amba/pl022.h b/include/linux/amba/pl022.h
index 854b7294f6c6..28be2db03550 100644
--- a/include/linux/amba/pl022.h
+++ b/include/linux/amba/pl022.h
@@ -230,7 +230,9 @@ enum ssp_chip_select {
 
 struct dma_chan;
 /**
- * struct pl022_ssp_master - device.platform_data for SPI controller devices.
+ * struct pl022_ssp_controller - device.platform_data for SPI
+ * controller devices.
+ *
  * @bus_id: identifier for this bus
  * @num_chipselect: chipselects are used to distinguish individual
  *     SPI slaves, and are numbered from zero to num_chipselects - 1.
-- 
2.19.0

Reply via email to