summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/drmtest.c2
-rw-r--r--lib/igt_core.c2
2 files changed, 2 insertions, 2 deletions
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.
*