doxygen: fixed parameter documentation

Change-Id: Ia1313b02290645734232f2b7623affb6f2ba33a0
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-20 11:11:12 -04:00
commit 619ce3692e

View file

@ -152,7 +152,7 @@ static inline void adc_set_callback(struct device *dev, adc_callback_t cb)
* available for consumption until it is indicated by a callback.
*
* @param dev Pointer to the device structure for the driver instance
* @param seq_tbl Pointer to the structure that represents the sequence table
* @param seq_table Pointer to the structure that represents the sequence table
*
* @return Returns DEV_OK on success, or else otherwise.
*/