spi: gpio: Follow renaming of SPI "master" to "controller"
In commit 8caab75fd2c2 ("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:
parent
3d4dd10b37
commit
fc5b764bef
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user