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

2016-09-27 Thread Tomi Valkeinen
On 12/09/16 15:14, Colin King wrote: > From: Colin Ian King > > 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 > --- > drivers/video/fbdev/i810/i810_main.c | 2 +- > 1 file changed, 1 in

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

2016-09-12 Thread Colin King
From: Colin Ian King 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 --- drivers/video/fbdev/i810/i810_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbd