All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: i810: add in missing white space in error message text
@ 2016-09-12 12:14 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2016-09-12 12:14 UTC (permalink / raw)
  To: Antonino Daplas, Jean-Christophe Plagniol-Villard,
	Tomi Valkeinen, linux-fbdev
  Cc: linux-kernel

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;
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] video: fbdev: i810: add in missing white space in error message text
@ 2016-09-12 12:14 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2016-09-12 12:14 UTC (permalink / raw)
  To: Antonino Daplas, Jean-Christophe Plagniol-Villard,
	Tomi Valkeinen, linux-fbdev
  Cc: linux-kernel

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;
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] video: fbdev: i810: add in missing white space in error message text
  2016-09-12 12:14 ` Colin King
@ 2016-09-27  8:08   ` Tomi Valkeinen
  -1 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2016-09-27  8:08 UTC (permalink / raw)
  To: Colin King, Antonino Daplas, linux-fbdev; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1081 bytes --]



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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] video: fbdev: i810: add in missing white space in error message text
@ 2016-09-27  8:08   ` Tomi Valkeinen
  0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2016-09-27  8:08 UTC (permalink / raw)
  To: Colin King, Antonino Daplas, linux-fbdev; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1081 bytes --]



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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-27  8:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12 12:14 [PATCH] video: fbdev: i810: add in missing white space in error message text Colin King
2016-09-12 12:14 ` Colin King
2016-09-27  8:08 ` Tomi Valkeinen
2016-09-27  8:08   ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.