From 286992102ee1028a3cb70a4b536ff4ad1650df3f Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 19 Mar 2016 15:14:19 +0100 Subject: lib: Fix doc warnings for real! Signed-off-by: Daniel Vetter --- lib/drmtest.c | 2 +- lib/igt_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/drmtest.c b/lib/drmtest.c index 1d350e72..7d6b74a3 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -321,7 +321,7 @@ int drm_open_driver(int chipset) if (__sync_fetch_and_add(&open_count, 1)) return fd; - if(chipset & DRIVER_INTEL){ + if(chipset & DRIVER_INTEL){ gem_quiescent_gpu(fd); igt_install_exit_handler(quiescent_gpu_at_exit); } diff --git a/lib/igt_core.c b/lib/igt_core.c index 832361b0..795bcae9 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -1444,7 +1444,7 @@ void igt_waitchildren(void) /** * igt_waitchildren_timeout: * @seconds: timeout in seconds to wait - * @reasons: debug string explaining what timedout + * @reason: debug string explaining what timedout * * Wait for all children forked with igt_fork, for a maximum of @seconds. * -- cgit v1.2.3