diff mbox series

drivers: rtlwifi: rtl8723ae: Fix word association in trx.c

Message ID 20210105103525.28159-1-unixbhaskar@gmail.com (mailing list archive)
State Changes Requested
Delegated to: Kalle Valo
Headers show
Series drivers: rtlwifi: rtl8723ae: Fix word association in trx.c | expand

Commit Message

Bhaskar Chowdhury Jan. 5, 2021, 10:35 a.m. UTC
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2

Comments

Julian Calaby Jan. 5, 2021, 11:25 a.m. UTC | #1
Hi Bhaskar,

On Tue, Jan 5, 2021 at 9:39 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  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,
diff mbox series

Patch

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)