summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mtdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mtdev.h b/include/mtdev.h
index c08248b..98e022a 100644
--- a/include/mtdev.h
+++ b/include/mtdev.h
@@ -229,8 +229,8 @@ void mtdev_get(struct mtdev *dev, struct input_event* ev);
229 * mtdev_close - close the mtdev converter 229 * mtdev_close - close the mtdev converter
230 * @dev: the mtdev to close 230 * @dev: the mtdev to close
231 * 231 *
232 * Deallocates all memory associated with mtdev, and sets the state 232 * Deallocates all memory associated with mtdev, and clears the mtdev
233 * pointer to NULL. 233 * structure.
234 */ 234 */
235void mtdev_close(struct mtdev *dev); 235void mtdev_close(struct mtdev *dev);
236 236