mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
typo: fix type for word "instance"
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
12b3491208
commit
3b3cebdd3e
@@ -851,7 +851,7 @@ static int nand_ioctl(struct mtd_dev_s *dev, int cmd, unsigned long arg)
|
|||||||
* driver instance.
|
* driver instance.
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* A non-NULL MTD driver intstance is returned on success. NULL is
|
* A non-NULL MTD driver instance is returned on success. NULL is
|
||||||
* returned on any failaure.
|
* returned on any failaure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ struct enc_driver_s
|
|||||||
struct work_s towork; /* Tx timeout work queue support */
|
struct work_s towork; /* Tx timeout work queue support */
|
||||||
struct work_s pollwork; /* Poll timeout work queue support */
|
struct work_s pollwork; /* Poll timeout work queue support */
|
||||||
|
|
||||||
/* This is the contained SPI driver intstance */
|
/* This is the contained SPI driver instance */
|
||||||
|
|
||||||
FAR struct spi_dev_s *spi;
|
FAR struct spi_dev_s *spi;
|
||||||
|
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ struct enc_driver_s
|
|||||||
sq_queue_t txqueue; /* Enqueued descriptors waiting for transmission */
|
sq_queue_t txqueue; /* Enqueued descriptors waiting for transmission */
|
||||||
sq_queue_t rxqueue; /* Unhandled incoming packets waiting for reception */
|
sq_queue_t rxqueue; /* Unhandled incoming packets waiting for reception */
|
||||||
|
|
||||||
/* This is the contained SPI driver intstance */
|
/* This is the contained SPI driver instance */
|
||||||
|
|
||||||
FAR struct spi_dev_s *spi;
|
FAR struct spi_dev_s *spi;
|
||||||
|
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ extern "C"
|
|||||||
* raw - Lower-half, raw NAND FLASH interface
|
* raw - Lower-half, raw NAND FLASH interface
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* A non-NULL MTD driver intstance is returned on success. NULL is
|
* A non-NULL MTD driver instance is returned on success. NULL is
|
||||||
* returned on any failaure.
|
* returned on any failaure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user