From: Thierry Reding Date: Sat, 20 Oct 2012 10:32:46 +0000 (+0000) Subject: drm: fb: cma: Fix typo in debug message X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e0d78d08e3c06ebe2eb45b4d84f8cd5d1b13d371;p=~shefty%2Frdma-dev.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 09e11a5d921..d6c80a34b83 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);