lib: Fix lack of description for fp_dscv_dev_get_driver_id()
We documented the return value, but without writing out the function description.
This commit is contained in:
parent
1781ad140e
commit
2b21430abe
1 changed files with 4 additions and 1 deletions
|
@ -351,7 +351,10 @@ API_EXPORTED struct fp_driver *fp_dscv_dev_get_driver(struct fp_dscv_dev *dev)
|
|||
* fp_dscv_dev_get_driver_id:
|
||||
* @dev: a discovered fingerprint device
|
||||
*
|
||||
* Returns: the ID for the underlying driver for that device
|
||||
* Returns a unique driver identifier for the underlying driver
|
||||
* for that device.
|
||||
*
|
||||
* Returns: the ID for #dev
|
||||
*/
|
||||
API_EXPORTED uint16_t fp_dscv_dev_get_driver_id(struct fp_dscv_dev *dev)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue