aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <[email protected]>2018-12-20 19:13:09 +0100
committerBartlomiej Zolnierkiewicz <[email protected]>2018-12-20 19:13:09 +0100
commitda2648390ce3d409218b6bbbf2386d8ddeec2265 (patch)
treeea1bd572064a4ed81cc477e694eda57a4c23e937
parent5c29085a724fb8b84bb492a6e2645e28d9bc3dae (diff)
pxa168fb: trivial typo fix
A missing space in an error message. Signed-off-by: Lubomir Rintel <[email protected]> Cc: Jiri Kosina <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
-rw-r--r--drivers/video/fbdev/pxa168fb.c2
1 files changed, 1 insertions, 1 deletions
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;
}