diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-02-09 19:54:23 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-09 20:26:34 +0300 |
commit | fc5b764bef24d0cf722deb5c1a44948cd17d4afe (patch) | |
tree | b11f8bbb1ce9ada82adcf9ae3065d395318d0223 /include/linux/spi | |
parent | 3d4dd10b376e1b8b6d0409f7e7b752f9baa51c24 (diff) | |
download | linux-fc5b764bef24d0cf722deb5c1a44948cd17d4afe.tar.xz |
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>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/spi_gpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/spi/spi_gpio.h b/include/linux/spi/spi_gpio.h index 9e7e83d8645b..5f0e1407917a 100644 --- a/include/linux/spi/spi_gpio.h +++ b/include/linux/spi/spi_gpio.h @@ -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; |