diff options
author | Marius Vlad <marius.c.vlad@intel.com> | 2016-05-09 14:43:20 +0300 |
---|---|---|
committer | Marius Vlad <marius.c.vlad@intel.com> | 2016-05-09 14:43:20 +0300 |
commit | ef8fc998a74b7a858542e87c69334be8d6a527d0 (patch) | |
tree | d56ed924398f9a0552b51ea99e5edb118037084b /tests | |
parent | c2a2ab61948252078bdf8c84f272890522961adc (diff) |
tests/prime_mmap_kms: Fix white-space.
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/prime_mmap_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prime_mmap_kms.c b/tests/prime_mmap_kms.c index 8e14b250..15e310fc 100644 --- a/tests/prime_mmap_kms.c +++ b/tests/prime_mmap_kms.c @@ -206,7 +206,7 @@ static void run_test(gpu_process_t *gpu) continue; prime_fd = prime_handle_to_fd_for_mmap(gpu->drm_fd, - gpu->fb.gem_handle); + gpu->fb.gem_handle); igt_skip_on(prime_fd == -1 && errno == EINVAL); /* Note that it only shares the dma-buf fd and some |