hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/Documentation/driver-api/spi.rst
....@@ -25,8 +25,8 @@
2525 a pair of FIFOs connected to dual DMA engines on the other side of the
2626 SPI shift register (maximizing throughput). Such drivers bridge between
2727 whatever bus they sit on (often the platform bus) and SPI, and expose
28
-the SPI side of their device as a :c:type:`struct spi_master
29
-<spi_master>`. SPI devices are children of that master,
28
+the SPI side of their device as a :c:type:`struct spi_controller
29
+<spi_controller>`. SPI devices are children of that master,
3030 represented as a :c:type:`struct spi_device <spi_device>` and
3131 manufactured from :c:type:`struct spi_board_info
3232 <spi_board_info>` descriptors which are usually provided by