From 2752c003604e907f2a6776ff794a72845d1b5949 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 18 Jun 2010 11:24:24 +0200 Subject: Correct minor semantic documentation error in mtdev_close() Signed-off-by: Henrik Rydberg --- include/mtdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mtdev.h') 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); * mtdev_close - close the mtdev converter * @dev: the mtdev to close * - * Deallocates all memory associated with mtdev, and sets the state - * pointer to NULL. + * Deallocates all memory associated with mtdev, and clears the mtdev + * structure. */ void mtdev_close(struct mtdev *dev); -- cgit v1.2.3