1
0
Fork 0

power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"

Trivial fix to spelling mistake in dev_dbg message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
hifive-unleashed-5.1
Colin Ian King 2018-03-28 23:48:50 +01:00 committed by Sebastian Reichel
parent bb772d0fdf
commit 8c2fac99f2
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
enum ab8500_fg_discharge_state new_state)
{
dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
dev_dbg(di->dev, "Discharge state from %d [%s] to %d [%s]\n",
di->discharge_state,
discharge_state[di->discharge_state],
new_state,