Skip to content

Commit

Permalink
pxa168fb: trivial typo fix
Browse files Browse the repository at this point in the history
A missing space in an error message.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
  • Loading branch information
lkundrak authored and bzolnier committed Dec 20, 2018
1 parent 5c29085 commit da26483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/pxa168fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit da26483

Please sign in to comment.