Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Colin Ian King and committed by
Sebastian Reichel
304bff2f c07fa6c1

+1 -1
+1 -1
drivers/power/supply/rn5t618_power.c
··· 487 487 * gauge will get decalibrated. 488 488 */ 489 489 dev_info(&pdev->dev, "Fuel gauge not enabled, enabling now\n"); 490 - dev_info(&pdev->dev, "Expect unprecise results\n"); 490 + dev_info(&pdev->dev, "Expect imprecise results\n"); 491 491 regmap_update_bits(info->rn5t618->regmap, RN5T618_CONTROL, 492 492 FG_ENABLE, FG_ENABLE); 493 493 }