summaryrefslogtreecommitdiff
path: root/include/mtdev.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:24:24 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:24:24 +0200
commit2752c003604e907f2a6776ff794a72845d1b5949 (patch)
tree19373b4bb36ef7d9d68d8e6ef3c259b12f7600d8 /include/mtdev.h
parent0463e0bcc262c7a4709b43312f15adaaaaaa88f9 (diff)
Correct minor semantic documentation error in mtdev_close()
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include/mtdev.h')
-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