aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/bq24190_charger.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-12-28 21:59:26 +0000
committerSebastian Reichel <sre@kernel.org>2017-01-04 22:04:46 +0100
commitc56ca24a01ee88e53d2ecf4c070653b6ef45968f (patch)
treedecde1975b2fb33df828d05a6fac6eeb46a9aafd /drivers/power/supply/bq24190_charger.c
parentpower: supply: wm97xx_battery: remove redundant 2nd null check on pdata (diff)
downloadlinux-dev-c56ca24a01ee88e53d2ecf4c070653b6ef45968f.tar.xz
linux-dev-c56ca24a01ee88e53d2ecf4c070653b6ef45968f.zip
power: supply: fix spelling mistake: supply: "Celcius" -> "Celsius"
trivial fix to spelling mistake in comments in the headers Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/supply/bq24190_charger.c')
-rw-r--r--drivers/power/supply/bq24190_charger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c
index e9584330aeed..2f333efa24ab 100644
--- a/drivers/power/supply/bq24190_charger.c
+++ b/drivers/power/supply/bq24190_charger.c
@@ -199,7 +199,7 @@ static const int bq24190_cvc_vreg_values[] = {
4400000
};
-/* REG06[1:0] (TREG) in tenths of degrees Celcius */
+/* REG06[1:0] (TREG) in tenths of degrees Celsius */
static const int bq24190_ictrc_treg_values[] = {
600, 800, 1000, 1200
};