public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fbtft: fix line indent
@ 2018-06-29 15:20 Radek Dostál
  2018-06-29 18:23 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Radek Dostál @ 2018-06-29 15:20 UTC (permalink / raw)
  To: thomas.petazzoni; +Cc: gregkh, devel, linux-kernel, Radek Dostál

Signed-off-by: Radek Dostál <radek.dostal@streamunlimited.com>
---
 drivers/staging/fbtft/fbtft_device.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/fbtft/fbtft_device.c b/drivers/staging/fbtft/fbtft_device.c
index 4a54b46..cad244c 100644
--- a/drivers/staging/fbtft/fbtft_device.c
+++ b/drivers/staging/fbtft/fbtft_device.c
@@ -1232,14 +1232,14 @@ static struct fbtft_device_display displays[] = {
 			.name = "",
 			.id = 0,
 			.dev = {
-			.release = fbtft_device_pdev_release,
-			.platform_data = &(struct fbtft_platform_data) {
-				.gpios = (const struct fbtft_gpio []) {
-					{},
+				.release = fbtft_device_pdev_release,
+				.platform_data = &(struct fbtft_platform_data) {
+					.gpios = (const struct fbtft_gpio []) {
+						{},
+					},
 				},
 			},
 		},
-		},
 	}
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-02  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-29 15:20 [PATCH] staging: fbtft: fix line indent Radek Dostál
2018-06-29 18:23 ` Greg KH
2018-07-02  7:28   ` [PATCH v2] staging: fbtft: indent fbtft_device_display - last entry - pdev - dev Radek Dostál

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox