Calypso: Fix some typos in last SPI changes

This commit is contained in:
Gregory Nutt
2016-01-27 16:40:29 -06:00
parent 7a13837fdd
commit 4d2e423cf6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ struct calypso_spidev_s
static int spi_lock(FAR struct spi_dev_s *dev, bool lock)
{
struct calypso_spidev_s *priv = (struct efm32_spidev_s *)dev;
struct calypso_spidev_s *priv = (struct calypso_spidev_s *)dev;
if (lock)
{
+1 -1
View File
@@ -54,6 +54,6 @@ enum spi_regs
*
****************************************************************************/
FAR struct spi_dev_s *calypso_spibus_initialize(int port)
FAR struct spi_dev_s *calypso_spibus_initialize(int port);
#endif /* ___ARCH_ARM_SRC_CALYPSO_CALYPSO_SPI_H */