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

power: supply: fix spelling mistake "unprecise" -> "imprecise"

There is a spelling mistake in a dev_info 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 c07fa6c1
......@@ -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);
}
......
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