[PATCH v2] staging: rtl8723bs: fix typo in comment

Akiyoshi Kurita posted 1 patch 2 weeks, 6 days ago
There is a newer version of this series
drivers/staging/rtl8723bs/hal/hal_pwr_seq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] staging: rtl8723bs: fix typo in comment
Posted by Akiyoshi Kurita 2 weeks, 6 days ago
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.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 configurtions which are released from HW SD.
+and corresponding hardware configurations which are released from HW SD.
 
 Major Change History:
 	When       Who               What
-- 
2.47.3
Re: [PATCH v2] staging: rtl8723bs: fix typo in comment
Posted by Greg KH 2 weeks, 6 days ago
On Fri, Sep 12, 2025 at 11:28:26AM +0900, Akiyoshi Kurita wrote:
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>

Sorry, but I can't take patches without any changelog at all.

thanks,

greg k-h
[PATCH v4] staging: rtl8723bs: fix typo in comment
Posted by Akiyoshi Kurita 2 weeks, 6 days ago
Fix a misspelling in a header comment: "configurtions" -> "configurations".

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
v4:
  - Correct reversed diff.
  - Drop "No functional change." per review.

 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 fba67a7c069c..2438931ca51b 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 configurtions which are released from HW SD.
+and corresponding hardware configurations which are released from HW SD.
 
 Major Change History:
 	When       Who               What
-- 
2.47.3
Re: [PATCH v4] staging: rtl8723bs: fix typo in comment
Posted by Dan Carpenter 2 weeks, 6 days ago
On Fri, Sep 12, 2025 at 03:44:06PM +0900, Akiyoshi Kurita wrote:
> Fix a misspelling in a header comment: "configurtions" -> "configurations".
> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
> v4:
>   - Correct reversed diff.
>   - Drop "No functional change." per review.
> 

There you go.  :)

Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>

regards,
dan carpenter