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:   Tue, 7 Feb 2023 17:47:58 +0800
From:   ChiaEn Wu <chiaen_wu@...htek.com>
To:     Colin Ian King <colin.i.king@...il.com>
CC:     Sebastian Reichel <sre@...nel.org>, <linux-pm@...r.kernel.org>,
        <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <peterwu.pub@...il.com>
Subject: Re: [PATCH][next] power: supply: rt9467: Fix spelling mistake
 "attache" -> "attach"

On Mon, Feb 06, 2023 at 09:17:42AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
Hi,
It's really typo. Thanks!

Reviewed-by: ChiaEn Wu <chiaen_wu@...htek.com>

Best regards,
ChiaEn Wu

>  drivers/power/supply/rt9467-charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/rt9467-charger.c b/drivers/power/supply/rt9467-charger.c
> index 96ad0d7d3af4..73f744a3155d 100644
> --- a/drivers/power/supply/rt9467-charger.c
> +++ b/drivers/power/supply/rt9467-charger.c
> @@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
>  
>  	ret = rt9467_report_usb_state(data);
>  	if (ret) {
> -		dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
> +		dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
>  		return IRQ_NONE;
>  	}
>  
> -- 
> 2.30.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ