summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-19 12:12:47 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-19 12:12:47 +0100
commit483d1c0a239a49fbf2384c94092c530c8de61fdc (patch)
tree7d73fd5cfbc58483b115f41fd488c4591a40562f /lib/igt_core.c
parent9665073c339d587e6a96884c0de0bb7f8c84f21a (diff)
lib: Fix some doc warnings
Cc: Marius Vlad <marius.c.vlad@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 947a9ca3..1f9be7d0 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -1435,6 +1435,8 @@ void igt_waitchildren(void)
/**
* igt_waitchildren_timeout:
+ * @seconds: timeout in seconds to wait
+ * @reasons: debug string explaining what timedout
*
* Wait for all children forked with igt_fork, for a maximum of @seconds.
*