mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
staging: fbtft: indent fbtft_device_display - last entry - pdev - dev
The dev section was opening curly bracket, but not adding ident, which resulted in two times "}," after each other with same indentation. Add ident at the right place fixes this problem. This formatting issue is not detectable by checkpatch.pl Signed-off-by: Radek Dostál <radek.dostal@streamunlimited.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7651f3abf8
commit
0d7fa8fa9c
@ -1223,14 +1223,14 @@ static struct fbtft_device_display displays[] = {
|
|||||||
.name = "",
|
.name = "",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
.dev = {
|
.dev = {
|
||||||
.release = fbtft_device_pdev_release,
|
.release = fbtft_device_pdev_release,
|
||||||
.platform_data = &(struct fbtft_platform_data) {
|
.platform_data = &(struct fbtft_platform_data) {
|
||||||
.gpios = (const struct fbtft_gpio []) {
|
.gpios = (const struct fbtft_gpio []) {
|
||||||
{},
|
{},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user