提交 263d23a5 编写于 作者: C Colin Ian King 提交者: Tomi Valkeinen

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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 3f3ed26b
...@@ -1691,7 +1691,7 @@ static int i810_alloc_agp_mem(struct fb_info *info) ...@@ -1691,7 +1691,7 @@ static int i810_alloc_agp_mem(struct fb_info *info)
if (!(par->i810_gtt.i810_cursor_memory = if (!(par->i810_gtt.i810_cursor_memory =
agp_allocate_memory(bridge, par->cursor_heap.size >> 12, agp_allocate_memory(bridge, par->cursor_heap.size >> 12,
AGP_PHYSICAL_MEMORY))) { AGP_PHYSICAL_MEMORY))) {
printk("i810fb_alloc_cursormem: can't allocate" printk("i810fb_alloc_cursormem: can't allocate "
"cursor memory\n"); "cursor memory\n");
agp_backend_release(bridge); agp_backend_release(bridge);
return -ENOMEM; return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册