Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <thierry.reding@avionic-design.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>

authored by

Thierry Reding and committed by
Dave Airlie
e0d78d08 ae168d97

+1 -1
+1 -1
drivers/gpu/drm/drm_fb_cma_helper.c
··· 206 206 size_t size; 207 207 int ret; 208 208 209 - DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d\n", 209 + DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d)\n", 210 210 sizes->surface_width, sizes->surface_height, 211 211 sizes->surface_bpp); 212 212