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>
This commit is contained in:
committed by
Marc Jones
parent
7bfd22e4c6
commit
0786bc6ad8
@@ -47,7 +47,6 @@ static void adm1027_init(device_t dev)
|
||||
smbus_set_link(dev); // it is under mux
|
||||
adm1027_enable_monitoring(dev);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,10 +55,10 @@ static void adm1027_noop(device_t dummy)
|
||||
}
|
||||
|
||||
static struct device_operations adm1027_operations = {
|
||||
.read_resources = adm1027_noop,
|
||||
.set_resources = adm1027_noop,
|
||||
.enable_resources = adm1027_noop,
|
||||
.init = adm1027_init,
|
||||
.read_resources = adm1027_noop,
|
||||
.set_resources = adm1027_noop,
|
||||
.enable_resources = adm1027_noop,
|
||||
.init = adm1027_init,
|
||||
};
|
||||
|
||||
static void enable_dev(struct device *dev)
|
||||
|
Reference in New Issue
Block a user