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

In commit 8caab75fd2 ("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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240209165423.2305493-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Andy Shevchenko 2024-02-09 18:54:23 +02:00 committed by Mark Brown
parent 3d4dd10b37
commit fc5b764bef
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 2 additions and 2 deletions

View File

@ -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;