kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise"
@ 2020-09-02 10:16 Colin King
  2020-10-03 21:51 ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2020-09-02 10:16 UTC (permalink / raw)
  To: Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_info message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/power/supply/rn5t618_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/rn5t618_power.c b/drivers/power/supply/rn5t618_power.c
index 424d2817bee5..dee520f0fdf5 100644
--- 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");
 		regmap_update_bits(info->rn5t618->regmap, RN5T618_CONTROL,
 				   FG_ENABLE, FG_ENABLE);
 	}
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise"
  2020-09-02 10:16 [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise" Colin King
@ 2020-10-03 21:51 ` Sebastian Reichel
  2020-10-03 22:15   ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Reichel @ 2020-10-03 21:51 UTC (permalink / raw)
  To: Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

Hi,

On Wed, Sep 02, 2020 at 11:16:56AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/rn5t618_power.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/rn5t618_power.c b/drivers/power/supply/rn5t618_power.c
> index 424d2817bee5..dee520f0fdf5 100644
> --- 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");
>  		regmap_update_bits(info->rn5t618->regmap, RN5T618_CONTROL,
>  				   FG_ENABLE, FG_ENABLE);
>  	}
> -- 
> 2.27.0
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise"
  2020-10-03 21:51 ` Sebastian Reichel
@ 2020-10-03 22:15   ` Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2020-10-03 22:15 UTC (permalink / raw)
  To: Sebastian Reichel, Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel

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@canonical.com>
> > There is a spelling mistake in a dev_info message. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.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");

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-03 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 10:16 [PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise" Colin King
2020-10-03 21:51 ` Sebastian Reichel
2020-10-03 22:15   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).