Hi,

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

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: signature.asc
Description: PGP signature

Reply via email to