summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-19 15:14:19 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-04-14 16:03:36 +0200
commit286992102ee1028a3cb70a4b536ff4ad1650df3f (patch)
tree2d8162f6ef797f115f389ed98bebfac2e1956bae /lib/drmtest.c
parentf4718c2b6c264c1825cde5213f61965e78c19c9d (diff)
lib: Fix doc warnings for real!
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c2
1 files changed, 1 insertions, 1 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);
}