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] [day] [month] [year] [list]
Message-ID: <aMMaVOSQx_8zftnp@stanley.mountain>
Date: Thu, 11 Sep 2025 21:52:04 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Akiyoshi Kurita <weibu@...admin.org>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix typo in comment

On Fri, Sep 12, 2025 at 12:02:07AM +0900, Akiyoshi Kurita wrote:
> Fix a spelling mistake in hal_pwr_seq.c:
>   - 'configurtions' → 'configurations'
> 
> No functional change.

This part isn't required.  It's obvious.

> 
> Signed-off-by: Akiyoshi Kurita <weibu@...admin.org>
> ---
>  drivers/staging/rtl8723bs/hal/hal_pwr_seq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> index 2438931ca51b..fba67a7c069c 100644
> --- a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> +++ b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> @@ -8,7 +8,7 @@
>  /*
>  *
>  This file includes all kinds of Power Action event for RTL8723B
> -and corresponding hardware configurations which are released from HW SD.
> +and corresponding hardware configurtions which are released from HW SD.

I don't know how you did it, but you somehow reversed this patch.
The - lines in a patch are the old lines and the + lines are the new
lines.

regards,
dan carpenter

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ