doxygen: fixed typos and parameter references

Change-Id: Ica65e2cd0e49c08b1b8b086614267caef632c891
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-04 10:01:56 -04:00
commit 629e69b493
8 changed files with 49 additions and 48 deletions

View file

@ -172,9 +172,9 @@ static inline int spi_write(struct device *dev, uint8_t *buf, uint32_t len)
*
* @param dev Pointer to the device structure for the driver instance
* @param tx_buf Memory buffer that data should be transferred from
* @param tx_len Size of the memory buffer available for reading from
* @param tx_buf_len Size of the memory buffer available for reading from
* @param rx_buf Memory buffer that data should be transferred to
* @param rx_len Size of the memory buffer available for writing to
* @param rx_buf_len Size of the memory buffer available for writing to
*
* @return DEV_OK if successful, another DEV_* code otherwise.
*/