Commit b4ac6b28 authored by Eva Rachel Retuya's avatar Eva Rachel Retuya Committed by Greg Kroah-Hartman

staging: fbtft: Insert blank line after function declaration

Insert the required whitespace after the function declaration as
suggested by checkpatch.

CHECK: Please use a blank line after function/struct/union/enum
declarations
Signed-off-by: default avatarEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f07e89ce
...@@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves) ...@@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
return 0; return 0;
} }
#undef CURVE #undef CURVE
#endif #endif
......
...@@ -248,6 +248,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves) ...@@ -248,6 +248,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
return 0; return 0;
} }
#undef CURVE #undef CURVE
static struct fbtft_display display = { static struct fbtft_display display = {
......
...@@ -245,6 +245,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves) ...@@ -245,6 +245,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
return 0; return 0;
} }
#undef CURVE #undef CURVE
static struct fbtft_display display = { static struct fbtft_display display = {
......
...@@ -135,6 +135,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves) ...@@ -135,6 +135,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
return 0; return 0;
} }
#undef CURVE #undef CURVE
static struct fbtft_display display = { static struct fbtft_display display = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment