Skip to content

Commit fc5b764

Browse files
andy-shevbroonie
authored andcommitted
spi: gpio: Follow renaming of SPI "master" to "controller"
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3d4dd10 commit fc5b764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/spi/spi_gpio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
/**
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
2020
*/
2121
struct spi_gpio_platform_data {
2222
u16 num_chipselect;

0 commit comments

Comments
 (0)