staging: fbtft: Adjust some empty-line problems - Style
Erases some blank lines. Signed-off-by: Leonardo Brás <leobras.c@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5bfac06f3e
commit
c21cbb5ee3
|
@ -16,7 +16,6 @@
|
||||||
#define DRVNAME "fb_s6d02a1"
|
#define DRVNAME "fb_s6d02a1"
|
||||||
|
|
||||||
static const s16 default_init_sequence[] = {
|
static const s16 default_init_sequence[] = {
|
||||||
|
|
||||||
-1, 0xf0, 0x5a, 0x5a,
|
-1, 0xf0, 0x5a, 0x5a,
|
||||||
|
|
||||||
-1, 0xfc, 0x5a, 0x5a,
|
-1, 0xfc, 0x5a, 0x5a,
|
||||||
|
|
|
@ -154,6 +154,7 @@ static int set_gamma(struct fbtft_par *par, u32 *curves)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef CURVE
|
#undef CURVE
|
||||||
|
|
||||||
static struct fbtft_display display = {
|
static struct fbtft_display display = {
|
||||||
|
|
|
@ -153,6 +153,7 @@ static int set_gamma(struct fbtft_par *par, u32 *curves)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef CURVE
|
#undef CURVE
|
||||||
|
|
||||||
static struct fbtft_display display = {
|
static struct fbtft_display display = {
|
||||||
|
|
|
@ -837,7 +837,6 @@ static struct fbtft_device_display displays[] = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|
||||||
.name = "piscreen",
|
.name = "piscreen",
|
||||||
.spi = &(struct spi_board_info) {
|
.spi = &(struct spi_board_info) {
|
||||||
.modalias = "fb_ili9486",
|
.modalias = "fb_ili9486",
|
||||||
|
@ -1580,7 +1579,6 @@ static void __exit fbtft_device_exit(void)
|
||||||
|
|
||||||
if (p_device)
|
if (p_device)
|
||||||
platform_device_unregister(p_device);
|
platform_device_unregister(p_device);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
arch_initcall(fbtft_device_init);
|
arch_initcall(fbtft_device_init);
|
||||||
|
|
Loading…
Reference in New Issue