From: Thierry Reding Date: Sat, 20 Oct 2012 10:32:46 +0000 (+0000) Subject: drm: fb: cma: Fix typo in debug message X-Git-Tag: v3.7-rc3~22^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0d78d08e3c06ebe2eb45b4d84f8cd5d1b13d371;p=platform%2Fkernel%2Flinux-3.10.git drm: fb: cma: Fix typo in debug message The debug message showing the resolution of a framebuffer to be allocated is missing a closing parenthesis. Signed-off-by: Thierry Reding Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c index 09e11a5..d6c80a3 100644 --- a/drivers/gpu/drm/drm_fb_cma_helper.c +++ b/drivers/gpu/drm/drm_fb_cma_helper.c @@ -206,7 +206,7 @@ static int drm_fbdev_cma_create(struct drm_fb_helper *helper, size_t size; int ret; - DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d\n", + DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d)\n", sizes->surface_width, sizes->surface_height, sizes->surface_bpp);