Commit fc5b764b authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Mark Brown

spi: gpio: Follow renaming of SPI "master" to "controller"

In commit 8caab75f ("spi: Generalize SPI "master" to "controller"")
some functions and struct members were renamed. Recent work by Uwe
completes this renaming. However, there are plenty of leftovers in
the comments and in-code documentation. Update them as well.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240209165423.2305493-1-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3d4dd10b
......@@ -15,8 +15,8 @@
*/
/**
* struct spi_gpio_platform_data - parameter for bitbanged SPI master
* @num_chipselect: how many slaves to allow
* struct spi_gpio_platform_data - parameter for bitbanged SPI host controller
* @num_chipselect: how many target devices to allow
*/
struct spi_gpio_platform_data {
u16 num_chipselect;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment