diff mbox series

rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch()

Message ID 20241209032548.3100-1-liujing@cmss.chinamobile.com (mailing list archive)
State Changes Requested
Delegated to: Ping-Ke Shih
Headers show
Series rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch() | expand

Commit Message

Liu Jing Dec. 9, 2024, 3:25 a.m. UTC
Fix spelling error in _rtl88e_phy_set_rfpath_switch() function.

Signed-off-by: liujing <liujing@cmss.chinamobile.com>

Comments

Ping-Ke Shih Dec. 9, 2024, 3:30 a.m. UTC | #1
liujing <liujing@cmss.chinamobile.com> wrote:
> 
> Fix spelling error in _rtl88e_phy_set_rfpath_switch() function.
> 
> Signed-off-by: liujing <liujing@cmss.chinamobile.com>

Please use your real name, not account. 

Did you send duplicate? 

> 
> diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
> b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
> index 0fab3a0c7d49..754ca8549c76 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
> +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
> @@ -1891,7 +1891,7 @@ static void _rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw,
>                 rtl_set_bbreg(hw, 0x914, MASKLWORD, 0x0201);
> 
>                 /* We use the RF definition of MAIN and AUX,
> -                * left antenna and right antenna repectively.
> +                * left antenna and right antenna respectively.
>                  * Default output at AUX.
>                  */
>                 if (bmain) {
> --
> 2.27.0
> 
>
diff mbox series

Patch

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
index 0fab3a0c7d49..754ca8549c76 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c
@@ -1891,7 +1891,7 @@  static void _rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw,
 		rtl_set_bbreg(hw, 0x914, MASKLWORD, 0x0201);
 
 		/* We use the RF definition of MAIN and AUX,
-		 * left antenna and right antenna repectively.
+		 * left antenna and right antenna respectively.
 		 * Default output at AUX.
 		 */
 		if (bmain) {