summaryrefslogtreecommitdiffstats
path: root/src/ec/kontron
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2013-06-15 15:30:19 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-06-17 18:11:35 +0200
commit9cb0941cb2f4ceb77b470c4de617ca915896d9f3 (patch)
treed10c3b05ffe3df1baf90cea70ac7f9b67c1609da /src/ec/kontron
parent7fd1beeaf7a295d298b26880593840033290c329 (diff)
downloadcoreboot-9cb0941cb2f4ceb77b470c4de617ca915896d9f3.tar.gz
coreboot-9cb0941cb2f4ceb77b470c4de617ca915896d9f3.tar.bz2
coreboot-9cb0941cb2f4ceb77b470c4de617ca915896d9f3.zip
pnp: Unify some alignment to ease autogenerating patches
Most PnP drivers align the initialization of their `device_operations` with spaces. Unify this, so next autogenerated patches always match the alignment. Change-Id: I3f6baef6c8bb294c136354754125ea88c07a61a1 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: http://review.coreboot.org/3479 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/ec/kontron')
-rw-r--r--src/ec/kontron/it8516e/ec.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ec/kontron/it8516e/ec.c b/src/ec/kontron/it8516e/ec.c
index f4df9c777ca0..fa7bbc845048 100644
--- a/src/ec/kontron/it8516e/ec.c
+++ b/src/ec/kontron/it8516e/ec.c
@@ -143,11 +143,11 @@ static void it8516e_pm2_init(const device_t dev)
}
static struct device_operations it8516e_pm2_ops = {
- .read_resources = pnp_read_resources,
- .set_resources = pnp_set_resources,
- .enable_resources = pnp_enable_resources,
- .enable = pnp_enable,
- .init = it8516e_pm2_init
+ .read_resources = pnp_read_resources,
+ .set_resources = pnp_set_resources,
+ .enable_resources = pnp_enable_resources,
+ .enable = pnp_enable,
+ .init = it8516e_pm2_init
};
static struct pnp_info it8516e_dev_infos[] = {