Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27fa159b authored by Michel von Czettritz's avatar Michel von Czettritz Committed by Greg Kroah-Hartman
Browse files

staging: sm750: fix whitespaces around pointers



This patch fixes checkpatch.pl errors:
- ERROR: "foo * bar" should be "foo *bar"
- ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: default avatarMichel von Czettritz <michel.von.czettritz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ace4e10
Loading
Loading
Loading
Loading
+77 −76
Original line number Original line Diff line number Diff line
@@ -56,6 +56,7 @@ static char * g_settings = NULL;
static int g_dualview;
static int g_dualview;
static char *g_option = NULL;
static char *g_option = NULL;



static const struct fb_videomode lynx750_ext[] = {
static const struct fb_videomode lynx750_ext[] = {
	/*  	1024x600-60 VESA 	[1.71:1]	*/
	/*  	1024x600-60 VESA 	[1.71:1]	*/
	{NULL,  60, 1024, 600, 20423, 144,  40, 18, 1, 104, 3,
	{NULL,  60, 1024, 600, 20423, 144,  40, 18, 1, 104, 3,