Commit 3eb7508d authored by Shaomin Deng's avatar Shaomin Deng Committed by Sebastian Reichel

power: supply: tps65217: Fix comments typo

Delete the unneeded word "the" in comments.
Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 955d095a
...@@ -50,7 +50,7 @@ static int tps65217_config_charger(struct tps65217_charger *charger) ...@@ -50,7 +50,7 @@ static int tps65217_config_charger(struct tps65217_charger *charger)
* tps65217 rev. G, p. 31 (see p. 32 for NTC schematic) * tps65217 rev. G, p. 31 (see p. 32 for NTC schematic)
* *
* The device can be configured to support a 100k NTC (B = 3960) by * The device can be configured to support a 100k NTC (B = 3960) by
* setting the the NTC_TYPE bit in register CHGCONFIG1 to 1. However it * setting the NTC_TYPE bit in register CHGCONFIG1 to 1. However it
* is not recommended to do so. In sleep mode, the charger continues * is not recommended to do so. In sleep mode, the charger continues
* charging the battery, but all register values are reset to default * charging the battery, but all register values are reset to default
* values. Therefore, the charger would get the wrong temperature * values. Therefore, the charger would get the wrong temperature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment