From 2b21430abe88b7b1c5921f1a97cbe1aa4d106b04 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 29 Nov 2018 13:11:39 +0100 Subject: [PATCH] lib: Fix lack of description for fp_dscv_dev_get_driver_id() We documented the return value, but without writing out the function description. --- libfprint/fpi-core.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libfprint/fpi-core.c b/libfprint/fpi-core.c index e57b050..2b5d3c6 100644 --- a/libfprint/fpi-core.c +++ b/libfprint/fpi-core.c @@ -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) {