lib: Fix doc warnings for real!

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter 2016-03-19 15:14:19 +01:00
parent f4718c2b6c
commit 286992102e
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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.
*