Skip to content

Commit

Permalink
spi: gpio: Follow renaming of SPI "master" to "controller"
Browse files Browse the repository at this point in the history
In commit 8caab75 ("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>
  • Loading branch information
Andy Shevchenko authored and Mark Brown committed Feb 9, 2024
1 parent 3d4dd10 commit fc5b764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/spi/spi_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc5b764

Please sign in to comment.