mirror of https://gitee.com/openkylin/linux.git
Staging: fbtft: Added blank line after declaration
WARNING: Missing a blank line after declaration chackpatch.pl warning in fb_ssd1351.c Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9247a2a150
commit
54a8de19a0
|
@ -72,6 +72,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
|
||||||
static int set_var(struct fbtft_par *par)
|
static int set_var(struct fbtft_par *par)
|
||||||
{
|
{
|
||||||
unsigned remap;
|
unsigned remap;
|
||||||
|
|
||||||
fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
|
fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
|
||||||
|
|
||||||
if (par->fbtftops.init_display != init_display) {
|
if (par->fbtftops.init_display != init_display) {
|
||||||
|
|
Loading…
Reference in New Issue