diff options
| author | Colin Ian King <colin.king@canonical.com> | 2016-09-12 08:14:12 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-09-27 04:08:15 -0400 |
| commit | 263d23a5d1b3c47c266ba80ab4d9f54d8099a393 (patch) | |
| tree | 3246801b185493702514671da9893baca0a3e5c1 /drivers/video/fbdev/i810 | |
| parent | 3f3ed26ba2306e672eedd3604fbc24db1dc92eb4 (diff) | |
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 <colin.king@canonical.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/i810')
| -rw-r--r-- | drivers/video/fbdev/i810/i810_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1691 | if (!(par->i810_gtt.i810_cursor_memory = | 1691 | if (!(par->i810_gtt.i810_cursor_memory = |
| 1692 | agp_allocate_memory(bridge, par->cursor_heap.size >> 12, | 1692 | agp_allocate_memory(bridge, par->cursor_heap.size >> 12, |
| 1693 | AGP_PHYSICAL_MEMORY))) { | 1693 | AGP_PHYSICAL_MEMORY))) { |
| 1694 | printk("i810fb_alloc_cursormem: can't allocate" | 1694 | printk("i810fb_alloc_cursormem: can't allocate " |
| 1695 | "cursor memory\n"); | 1695 | "cursor memory\n"); |
| 1696 | agp_backend_release(bridge); | 1696 | agp_backend_release(bridge); |
| 1697 | return -ENOMEM; | 1697 | return -ENOMEM; |
