All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi/pl022.h fix name of struct in documentation
@ 2018-09-17 18:35 Jakub Lewalski
  0 siblings, 0 replies; only message in thread
From: Jakub Lewalski @ 2018-09-17 18:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Jakub Lewalski

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

Signed-off-by: Jakub Lewalski <jakub.lewalski@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-17 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17 18:35 [PATCH] spi/pl022.h fix name of struct in documentation Jakub Lewalski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.