diff options
author | Thomas Weber <weber@corscience.de> | 2012-02-16 02:58:15 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 05:49:26 -0500 |
commit | 202e0116b4700a6d51dc251bd1dbd0a8309806da (patch) | |
tree | c07b7624c8701b0091a58a98002464db431525a3 /drivers/power/bq27x00_battery.c | |
parent | d0156f4d62f1c6b07ea6ffd32b10100d09e25d83 (diff) |
power: bq27x00: Fix typos in comment
Fix two typos in comments.
Signed-off-by: Thomas Weber <weber@corscience.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 98bf5676318d..cd1545f57f49 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -47,10 +47,10 @@ | |||
47 | #define BQ27x00_REG_TTE 0x16 | 47 | #define BQ27x00_REG_TTE 0x16 |
48 | #define BQ27x00_REG_TTF 0x18 | 48 | #define BQ27x00_REG_TTF 0x18 |
49 | #define BQ27x00_REG_TTECP 0x26 | 49 | #define BQ27x00_REG_TTECP 0x26 |
50 | #define BQ27x00_REG_NAC 0x0C /* Nominal available capaciy */ | 50 | #define BQ27x00_REG_NAC 0x0C /* Nominal available capacity */ |
51 | #define BQ27x00_REG_LMD 0x12 /* Last measured discharge */ | 51 | #define BQ27x00_REG_LMD 0x12 /* Last measured discharge */ |
52 | #define BQ27x00_REG_CYCT 0x2A /* Cycle count total */ | 52 | #define BQ27x00_REG_CYCT 0x2A /* Cycle count total */ |
53 | #define BQ27x00_REG_AE 0x22 /* Available enery */ | 53 | #define BQ27x00_REG_AE 0x22 /* Available energy */ |
54 | 54 | ||
55 | #define BQ27000_REG_RSOC 0x0B /* Relative State-of-Charge */ | 55 | #define BQ27000_REG_RSOC 0x0B /* Relative State-of-Charge */ |
56 | #define BQ27000_REG_ILMD 0x76 /* Initial last measured discharge */ | 56 | #define BQ27000_REG_ILMD 0x76 /* Initial last measured discharge */ |