[Intel-gfx] [PATCH igt 1/6] lib/igt_fb: don't forget to close parens on message printed

Paulo Zanoni paulo.r.zanoni at intel.com
Mon Oct 5 14:21:06 PDT 2015


Restore the anxiety levels back to the normal values.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
 lib/igt_fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 1234ed9..d04f02c 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));
-- 
2.5.3



More information about the Intel-gfx mailing list