Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1491747 > unrolled thread

Re: [PATCH] video: fbdev: i810: add in missing white space in error message text

Started byTomi Valkeinen <tomi.valkeinen@ti.com>
First post2016-09-27 10:10 +0200
Last post2016-09-27 10:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] video: fbdev: i810: add in missing white space in error  message text Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-09-27 10:10 +0200

#1491747 — Re: [PATCH] video: fbdev: i810: add in missing white space in error message text

FromTomi Valkeinen <tomi.valkeinen@ti.com>
Date2016-09-27 10:10 +0200
SubjectRe: [PATCH] video: fbdev: i810: add in missing white space in error message text
Message-ID<slVCG-74o-25@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On 12/09/16 15:14, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>
> ---
>  drivers/video/fbdev/i810/i810_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/i810/i810_main.c b/drivers/video/fbdev/i810/i810_main.c
> index 025b882..30f6a74 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;
> 

Thanks, queued for 4.9.

 Tomi

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web