power: supply: fix spelling mistake "unprecise" -> "imprecise"
authorColin Ian King <colin.king@canonical.com>
Wed, 2 Sep 2020 10:16:56 +0000 (11:16 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sat, 3 Oct 2020 21:45:02 +0000 (23:45 +0200)
There is a spelling mistake in a dev_info 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/rn5t618_power.c

index 424d281..dee520f 100644 (file)
@@ -487,7 +487,7 @@ static int rn5t618_power_probe(struct platform_device *pdev)
                 * gauge will get decalibrated.
                 */
                dev_info(&pdev->dev, "Fuel gauge not enabled, enabling now\n");
-               dev_info(&pdev->dev, "Expect unprecise results\n");
+               dev_info(&pdev->dev, "Expect imprecise results\n");
                regmap_update_bits(info->rn5t618->regmap, RN5T618_CONTROL,
                                   FG_ENABLE, FG_ENABLE);
        }