Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Mark Brown
fc5b764b 3d4dd10b

+2 -2
+2 -2
include/linux/spi/spi_gpio.h
··· 15 15 */ 16 16 17 17 /** 18 - * struct spi_gpio_platform_data - parameter for bitbanged SPI master 19 - * @num_chipselect: how many slaves to allow 18 + * struct spi_gpio_platform_data - parameter for bitbanged SPI host controller 19 + * @num_chipselect: how many target devices to allow 20 20 */ 21 21 struct spi_gpio_platform_data { 22 22 u16 num_chipselect;