linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pxa168fb: trivial typo fix
@ 2018-12-03 11:47 ` Lubomir Rintel
  2018-12-20 18:01   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Lubomir Rintel @ 2018-12-03 11:47 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Bartlomiej Zolnierkiewicz, linux-kernel, Lubomir Rintel

A missing space in an error message.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 drivers/video/fbdev/pxa168fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/pxa168fb.c b/drivers/video/fbdev/pxa168fb.c
index e31340fad3c7..1410f476e135 100644
--- a/drivers/video/fbdev/pxa168fb.c
+++ b/drivers/video/fbdev/pxa168fb.c
@@ -279,7 +279,7 @@ static void set_clock_divider(struct pxa168fb_info *fbi,
 
 	/* check whether divisor is too small. */
 	if (divider_int < 2) {
-		dev_warn(fbi->dev, "Warning: clock source is too slow."
+		dev_warn(fbi->dev, "Warning: clock source is too slow. "
 				"Try smaller resolution\n");
 		divider_int = 2;
 	}
-- 
2.19.1


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

* Re: [PATCH] pxa168fb: trivial typo fix
  2018-12-03 11:47 ` [PATCH] pxa168fb: trivial typo fix Lubomir Rintel
@ 2018-12-20 18:01   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2018-12-20 18:01 UTC (permalink / raw)
  To: Lubomir Rintel; +Cc: Jiri Kosina, linux-kernel, dri-devel, linux-fbdev


[ added dri-devel ML & fbdev ML to Cc: ]

On 12/03/2018 12:47 PM, Lubomir Rintel wrote:
> A missing space in an error message.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

Patch queued for 4.21, thanks.

> ---
>  drivers/video/fbdev/pxa168fb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/pxa168fb.c b/drivers/video/fbdev/pxa168fb.c
> index e31340fad3c7..1410f476e135 100644
> --- a/drivers/video/fbdev/pxa168fb.c
> +++ b/drivers/video/fbdev/pxa168fb.c
> @@ -279,7 +279,7 @@ static void set_clock_divider(struct pxa168fb_info *fbi,
>  
>  	/* check whether divisor is too small. */
>  	if (divider_int < 2) {
> -		dev_warn(fbi->dev, "Warning: clock source is too slow."
> +		dev_warn(fbi->dev, "Warning: clock source is too slow. "
>  				"Try smaller resolution\n");
>  		divider_int = 2;
>  	}

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

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

* [PATCH] pxa168fb: trivial typo fix
@ 2018-09-10 11:20 Lubomir Rintel
  0 siblings, 0 replies; 3+ messages in thread
From: Lubomir Rintel @ 2018-09-10 11:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: Lubomir Rintel

A missing space in an error message.

Jiri Kosina <trivial@kernel.org>
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 drivers/video/fbdev/pxa168fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/pxa168fb.c b/drivers/video/fbdev/pxa168fb.c
index def3a501acd6..e795d1849e70 100644
--- a/drivers/video/fbdev/pxa168fb.c
+++ b/drivers/video/fbdev/pxa168fb.c
@@ -279,7 +279,7 @@ static void set_clock_divider(struct pxa168fb_info *fbi,
 
 	/* check whether divisor is too small. */
 	if (divider_int < 2) {
-		dev_warn(fbi->dev, "Warning: clock source is too slow."
+		dev_warn(fbi->dev, "Warning: clock source is too slow. "
 				"Try smaller resolution\n");
 		divider_int = 2;
 	}
-- 
2.17.1


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

end of thread, other threads:[~2018-12-20 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20181203114919epcas4p40f0094c4bb5d3614d2c67c6e68094aab@epcas4p4.samsung.com>
2018-12-03 11:47 ` [PATCH] pxa168fb: trivial typo fix Lubomir Rintel
2018-12-20 18:01   ` Bartlomiej Zolnierkiewicz
2018-09-10 11:20 Lubomir Rintel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).