aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/adt7463
diff options
context:
space:
mode:
authorVikram Narayanan <vikram186@gmail.com>2011-12-26 22:52:01 +0530
committerMarc Jones <marcj303@gmail.com>2012-01-05 17:34:52 +0100
commit0786bc6ad89449f810e169c131da2047af9a7048 (patch)
tree8af604831ae06599dd73c206e1cd060108b25404 /src/drivers/i2c/adt7463
parent7bfd22e4c62a43663624f0893ee73625a0db4c11 (diff)
Indentation: Various indentation fixes
Fixed indentation using indent tool in the src/drivers/i2c tree Change-Id: I5b396e5753544aff13ac5d16afc59e193a6b1da1 Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Reviewed-on: http://review.coreboot.org/506 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh <shekairui@gmail.com> Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/drivers/i2c/adt7463')
-rw-r--r--src/drivers/i2c/adt7463/adt7463.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/i2c/adt7463/adt7463.c b/src/drivers/i2c/adt7463/adt7463.c
index 25a65c8371..3967bf712e 100644
--- a/src/drivers/i2c/adt7463/adt7463.c
+++ b/src/drivers/i2c/adt7463/adt7463.c
@@ -91,10 +91,10 @@ static void adt7463_noop(device_t dummy)
}
static struct device_operations adt7463_operations = {
- .read_resources = adt7463_noop,
- .set_resources = adt7463_noop,
- .enable_resources = adt7463_noop,
- .init = adt7463_init,
+ .read_resources = adt7463_noop,
+ .set_resources = adt7463_noop,
+ .enable_resources = adt7463_noop,
+ .init = adt7463_init,
};
static void enable_dev(struct device *dev)