summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2015-08-24 16:30:04 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2015-10-08 15:00:59 -0300
commitf974422c21ebcc3de2c0a3c530321ba652992ba2 (patch)
tree50b838e48572007f58d73bb1d4dea446855f3ed9 /lib/igt_fb.c
parentbbd193b478b4baf40d2a527cac16c271479696cd (diff)
lib/igt_fb: don't forget to close parens on message printed
Restore the anxiety levels back to the normal values. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'lib/igt_fb.c')
-rw-r--r--lib/igt_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 1234ed92..d04f02c0 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -424,7 +424,7 @@ igt_create_fb_with_bo_size(int fd, int width, int height,
bpp = igt_drm_format_to_bpp(format);
- igt_debug("%s(width=%d, height=%d, format=0x%x [bpp=%d], tiling=0x%"PRIx64", size=%d\n",
+ igt_debug("%s(width=%d, height=%d, format=0x%x [bpp=%d], tiling=0x%"PRIx64", size=%d)\n",
__func__, width, height, format, bpp, tiling, bo_size);
do_or_die(create_bo_for_fb(fd, width, height, bpp, tiling, bo_size,
&fb->gem_handle, &fb->size, &fb->stride));