drivers/spi: Change prefix to a more intuitive "spislave"

This commit is contained in:
Gustavo Henrique Nihei
2021-05-31 09:30:30 -03:00
committed by David Sidrane
parent 1530b0f639
commit 8a41d849df
3 changed files with 63 additions and 63 deletions
+2 -2
View File
@@ -543,7 +543,7 @@ struct spi_sdev_s
****************************************************************************/
/****************************************************************************
* Name: spislv_register
* Name: spislave_register
*
* Description:
* Register the SPI Slave echo character device as 'devpath'.
@@ -561,7 +561,7 @@ struct spi_sdev_s
****************************************************************************/
#ifdef CONFIG_SPI_SLAVE_DRIVER
int spislv_register(FAR struct spi_sctrlr_s *sctrlr, int bus);
int spislave_register(FAR struct spi_sctrlr_s *sctrlr, int bus);
#endif /* CONFIG_SPI_SLAVE_DRIVER */
#undef EXTERN