gpio: fix typo in function documentation

Change-Id: I24cd9386f05e807c77faa61fea9a4ee4a0efec4f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-05-01 16:21:52 -04:00
parent 5f7dd521fc
commit 3da30441f5

View file

@ -252,7 +252,7 @@ static inline int gpio_pin_write(struct device *port, uint32_t pin,
* @brief Read the data value of a single pin.
* @param port Pointer to the device structure for the driver instance.
* @param pin Pin number where data is read.
* @param value Integer pointer to receive the data vales from the pin.
* @param value Integer pointer to receive the data values from the pin.
*/
static inline int gpio_pin_read(struct device *port, uint32_t pin,
uint32_t *value)