Re: [PATCH] drivers: rtlwifi: rtl8723ae: Fix word association in trx.c

2021-01-05 Thread Julian Calaby
Hi Bhaskar,

On Tue, Jan 5, 2021 at 9:39 PM Bhaskar Chowdhury  wrote:
>
> Signed-off-by: Bhaskar Chowdhury 
> ---
>  drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c 
> b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
> index 340b3d68a54e..59e0a04b167d 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
> +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
> @@ -673,7 +673,7 @@ bool rtl8723e_is_tx_desc_closed(struct ieee80211_hw *hw,
>
> /**
>  *beacon packet will only use the first
> -*descriptor defautly,and the own may not
> +*descriptor de-faulty,and the own may not

Same comments here as the previous patches:

"de-faultly" makes less sense than "defaultly". This comment needs to
be re-written by someone who knows what's going on here.

Thanks,

-- 
Julian Calaby

Email: julian.cal...@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/


[PATCH] drivers: rtlwifi: rtl8723ae: Fix word association in trx.c

2021-01-05 Thread Bhaskar Chowdhury
Signed-off-by: Bhaskar Chowdhury 
---
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c 
b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
index 340b3d68a54e..59e0a04b167d 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c
@@ -673,7 +673,7 @@ bool rtl8723e_is_tx_desc_closed(struct ieee80211_hw *hw,

/**
 *beacon packet will only use the first
-*descriptor defautly,and the own may not
+*descriptor de-faulty,and the own may not
 *be cleared by the hardware
 */
if (own)
--
2.26.2