Re: [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise"

From: Joe Perches
Date: Sat Oct 03 2020 - 18:15:49 EST


On Sat, 2020-10-03 at 23:51 +0200, Sebastian Reichel wrote:
> On Wed, Sep 02, 2020 at 11:16:56AM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> > There is a spelling mistake in a dev_info message. Fix it.
> >
> > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> > ---
>
> Thanks, queued.
[]
> > diff --git a/drivers/power/supply/rn5t618_power.c b/drivers/power/supply/rn5t618_power.c
[]
> > @@ -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");

Might as well be a single line too

dev_info(&pdev->dev, "Fuel gauge not enabled, enabling now - expect imprecise results\n");