power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"
authorColin Ian King <colin.king@canonical.com>
Mon, 30 Apr 2018 16:04:50 +0000 (17:04 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Tue, 1 May 2018 11:31:38 +0000 (13:31 +0200)
trivial fix to spelling mistake in dev_error message.

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

index ba0e972..98b3350 100644 (file)
@@ -3066,7 +3066,7 @@ static int ab8500_charger_init_hw_registers(struct ab8500_charger *di)
                AB8500_SYS_CTRL2_BLOCK,
                AB8500_MAIN_WDOG_CTRL_REG, MAIN_WDOG_ENA);
        if (ret) {
-               dev_err(di->dev, "faile to enable main watchdog\n");
+               dev_err(di->dev, "failed to enable main watchdog\n");
                goto out;
        }