[PATCH] staging: rtl8723bs: hal: Fix spelling mistakes in odm.h

Roshan Khatri posted 1 patch 11 months, 1 week ago
drivers/staging/rtl8723bs/hal/odm.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] staging: rtl8723bs: hal: Fix spelling mistakes in odm.h
Posted by Roshan Khatri 11 months, 1 week ago
This patch fixes misspelled words to increase code readability and
searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
---
 drivers/staging/rtl8723bs/hal/odm.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm.h b/drivers/staging/rtl8723bs/hal/odm.h
index f5c804a1b9d5..010274ba8079 100644
--- a/drivers/staging/rtl8723bs/hal/odm.h
+++ b/drivers/staging/rtl8723bs/hal/odm.h
@@ -76,7 +76,7 @@
 
 /* Remove DIG by Yuchen */
 
-/* Remoce BB power saving by Yuchn */
+/* Remove BB power saving by Yuchn */
 
 /* Remove DIG by yuchen */
 
@@ -878,7 +878,7 @@ struct dm_odm_t { /* DM_Out_Source_Dynamic_Mechanism_Structure */
 	struct odm_mac_status_info *pMacInfo;
 	/* MAC_INFO_88E		MacInfo; */
 
-	/*  Different Team independt structure?? */
+	/*  Different Team independent structure?? */
 
 	/*  */
 	/* TX_RTP_CMN		TX_retrpo; */
-- 
2.34.1
Re: [PATCH] staging: rtl8723bs: hal: Fix spelling mistakes in odm.h
Posted by Philipp Hortmann 11 months, 1 week ago
On 6/1/24 10:31, Roshan Khatri wrote:
> This patch fixes misspelled words to increase code readability and
> searching.
> 
> Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
> ---
>   drivers/staging/rtl8723bs/hal/odm.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/rtl8723bs/hal/odm.h b/drivers/staging/rtl8723bs/hal/odm.h
> index f5c804a1b9d5..010274ba8079 100644
> --- a/drivers/staging/rtl8723bs/hal/odm.h
> +++ b/drivers/staging/rtl8723bs/hal/odm.h
> @@ -76,7 +76,7 @@
>   
>   /* Remove DIG by Yuchen */
>   
> -/* Remoce BB power saving by Yuchn */
> +/* Remove BB power saving by Yuchn */
>   
>   /* Remove DIG by yuchen */
>   
> @@ -878,7 +878,7 @@ struct dm_odm_t { /* DM_Out_Source_Dynamic_Mechanism_Structure */
>   	struct odm_mac_status_info *pMacInfo;
>   	/* MAC_INFO_88E		MacInfo; */
>   
> -	/*  Different Team independt structure?? */
> +	/*  Different Team independent structure?? */
>   
>   	/*  */
>   	/* TX_RTP_CMN		TX_retrpo; */

Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>