lib: Mention that fpi_timeout gets freed

This commit is contained in:
Bastien Nocera 2018-09-18 20:02:14 +02:00
parent f68e7fcb9f
commit ac48d66203

View file

@ -26,6 +26,8 @@
* @data: the data passed to fpi_timeout_add()
*
* The prototype of the callback function for fpi_timeout_add().
* Note that after the callback is called, the #fpi_timeout structure will
* be freed.
*/
typedef void (*fpi_timeout_fn)(struct fp_dev *dev, void *data);