[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ebafdf9c1647070c45124786e71a0112f86d10b8.camel@perches.com>
Date: Sat, 03 Oct 2020 15:15:42 -0700
From: Joe Perches <joe@...ches.com>
To: Sebastian Reichel <sre@...nel.org>,
Colin King <colin.king@...onical.com>
Cc: linux-pm@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] power: supply: fix spelling mistake "unprecise"
-> "imprecise"
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@...onical.com>
> > There is a spelling mistake in a dev_info message. Fix it.
> >
> > Signed-off-by: Colin Ian King <colin.king@...onical.com>
> > ---
>
> 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");
Powered by blists - more mailing lists