diff options
author | Thomas Weber <thomas@tweber.de> | 2012-02-17 11:46:21 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-05 19:58:23 -0400 |
commit | 91fe4d508f29d71133e9a82ebdc1f2274c514b70 (patch) | |
tree | 8fd57d27d592ca779ebfc35ff52e83b1377396bf /drivers/power/bq27x00_battery.c | |
parent | 450c6076a79ebb053cf53e43f948de5ab077c573 (diff) |
Fix typo milivolt => millivolt
Signed-off-by: Thomas Weber <thomas@tweber.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
-rw-r--r-- | drivers/power/bq27x00_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index cd1545f57f49..241848745e29 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -456,7 +456,7 @@ static int bq27x00_battery_capacity_level(struct bq27x00_device_info *di, | |||
456 | } | 456 | } |
457 | 457 | ||
458 | /* | 458 | /* |
459 | * Return the battery Voltage in milivolts | 459 | * Return the battery Voltage in millivolts |
460 | * Or < 0 if something fails. | 460 | * Or < 0 if something fails. |
461 | */ | 461 | */ |
462 | static int bq27x00_battery_voltage(struct bq27x00_device_info *di, | 462 | static int bq27x00_battery_voltage(struct bq27x00_device_info *di, |