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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)

	return 0;
}

#undef CURVE
#endif

+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)

	return 0;
}

#undef CURVE

static struct fbtft_display display = {
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)

	return 0;
}

#undef CURVE

static struct fbtft_display display = {
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)

	return 0;
}

#undef CURVE

static struct fbtft_display display = {