power: supply: pm2301_charger: fix spelling mistake "chargind" -> "charging"
authorColin Ian King <colin.king@canonical.com>
Wed, 5 Aug 2020 10:38:57 +0000 (11:38 +0100)
committerSebastian Reichel <sre@kernel.org>
Thu, 27 Aug 2020 22:02:29 +0000 (00:02 +0200)
There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/pm2301_charger.c

index 17749fc..7878678 100644 (file)
@@ -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)) {