lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 3 Oct 2020 23:51:02 +0200
From:   Sebastian Reichel <sre@...nel.org>
To:     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"

Hi,

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.

-- 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
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ