[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530285632-13967-1-git-send-email-radek.dostal@streamunlimited.com>
Date: Fri, 29 Jun 2018 17:20:32 +0200
From: Radek Dostál <radek.dostal@...eamunlimited.com>
To: thomas.petazzoni@...e-electrons.com
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Radek Dostál <radek.dostal@...eamunlimited.com>
Subject: [PATCH] staging: fbtft: fix line indent
Signed-off-by: Radek Dostál <radek.dostal@...eamunlimited.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
Powered by blists - more mailing lists