sdio.h: Misc typo fixes

This commit is contained in:
Gregory Nutt 2014-03-23 15:48:55 -06:00
parent 70c8dcaa34
commit c3380746b1

View File

@ -646,7 +646,7 @@
*
* Events are automatically disabled once the callback is performed and no
* further callback events will occur until they are again enabled by
* calling this methos.
* calling this method.
*
* Input Parameters:
* dev - An instance of the SDIO device interface
@ -676,7 +676,7 @@
*
* Input Parameters:
* dev - Device-specific state data
* callback - The funtion to call on the media change
* callback - The function to call on the media change
* arg - A caller provided value to return with the callback
*
* Returned Value:
@ -803,12 +803,11 @@ enum sdio_clock_e
typedef uint8_t sdio_eventset_t;
/* This structure defines the interface between the NuttX SDIO
* driver and the chip- or board-specific SDIO interface. This
* interface is only used in architectures that support SDIO
* 1- or 4-bit data busses. For SDIO support this interface is
* registered with the NuttX SDIO driver by calling
* sdio_slotinitialize().
/* This structure defines the interface between the NuttX SDIO driver and
* the chip- or board-specific SDIO interface. This interface is only used
* in architectures that support SDIO 1- or 4-bit data buses. For SDIO
* support this interface is registered with the NuttX SDIO driver by
* calling sdio_slotinitialize().
*/
struct sdio_dev_s