summaryrefslogtreecommitdiff
path: root/include/mtdev.h
diff options
context:
space:
mode:
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 7d442f1..4170512 100644
--- a/include/mtdev.h
+++ b/include/mtdev.h
@@ -151,8 +151,8 @@ int mtdev_open(struct mtdev *dev, int fd);
151 * @fd: file descriptor of the kernel device 151 * @fd: file descriptor of the kernel device
152 * @ms: number of milliseconds to wait for activity 152 * @ms: number of milliseconds to wait for activity
153 * 153 *
154 * Returns true if the device is idle, i.e., there are no buffered 154 * Returns true if the device is idle, i.e., there are no fetched
155 * events and there is nothing to fetch from the kernel device. 155 * events in the pipe and there is nothing to fetch from the device.
156 */ 156 */
157int mtdev_idle(struct mtdev *dev, int fd, int ms); 157int mtdev_idle(struct mtdev *dev, int fd, int ms);
158 158