From: Colin Ian King Date: Mon, 12 Sep 2016 12:14:12 +0000 (+0100) Subject: video: fbdev: i810: add in missing white space in error message text X-Git-Tag: android-x86-7.1-r1~539^2~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=263d23a5d1b3c47c266ba80ab4d9f54d8099a393;p=android-x86%2Fkernel.git video: fbdev: i810: add in missing white space in error message text A printk message spans two lines and the literal string is missing a white space between words. Add the white space. Signed-off-by: Colin Ian King Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/i810/i810_main.c b/drivers/video/fbdev/i810/i810_main.c index 025b882a4826..483ab2592d0c 100644 --- a/drivers/video/fbdev/i810/i810_main.c +++ b/drivers/video/fbdev/i810/i810_main.c @@ -1691,7 +1691,7 @@ static int i810_alloc_agp_mem(struct fb_info *info) if (!(par->i810_gtt.i810_cursor_memory = agp_allocate_memory(bridge, par->cursor_heap.size >> 12, AGP_PHYSICAL_MEMORY))) { - printk("i810fb_alloc_cursormem: can't allocate" + printk("i810fb_alloc_cursormem: can't allocate " "cursor memory\n"); agp_backend_release(bridge); return -ENOMEM;