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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {