Commit c24b9a74 authored by Colin Ian King's avatar Colin Ian King Committed by Sebastian Reichel

power: supply: pm2301_charger: fix spelling mistake "chargind" -> "charging"

There is a spelling mistake in a dev_dbg message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 2c4bf698
......@@ -396,7 +396,7 @@ static int pm2_int_reg3(void *pm2_data, int val)
if (val & (PM2XXX_INT4_ITCHARGINGON)) {
dev_dbg(pm2->dev ,
"chargind operation has started\n");
"charging operation has started\n");
}
if (val & (PM2XXX_INT4_ITVRESUME)) {
......
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