]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtlwifi: fix default typo
authorFredrik Lönnegren <fredrik@frelon.se>
Wed, 3 Jul 2024 07:06:23 +0000 (09:06 +0200)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 5 Jul 2024 01:59:46 +0000 (09:59 +0800)
Change 'defult' to 'default' in comments in several rtlwifi drivers.

Signed-off-by: Fredrik Lönnegren <fredrik@frelon.se>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20240703070627.135328-1-fredrik@frelon.se
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c

index 37bb59fa8bfa09f847196b65df8c2ac855e69ecb..35875cda30fca9e85435e28cc4706fbe2f8130fe 100644 (file)
@@ -27,7 +27,7 @@ static void rtl88e_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         */
        rtlpci->const_pci_aspm = 3;
 
index e20f2bec45c49f2aadc782aed2ef9edb53ba2a6c..ce7c28d9c8743bafb4964288c59a2728c37a2b84 100644 (file)
@@ -31,7 +31,7 @@ static void rtl92c_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         * */
        rtlpci->const_pci_aspm = 3;
 
index f5ce4889523e33e2fbd40db15c30c89a2b29412c..e36e4aeb9a9534d618fc9898c690ad15307cdff0 100644 (file)
@@ -32,7 +32,7 @@ static void rtl92d_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         * */
        rtlpci->const_pci_aspm = 3;
 
index 7bde20fdbeab14b557c856702986c4a579def866..162e734d5b08c86ac0991f626db4d0b33cd6152e 100644 (file)
@@ -31,7 +31,7 @@ static void rtl92ee_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         */
        rtlpci->const_pci_aspm = 3;
 
index 675bdd32feb1733a83aa395a21279d0acb862103..bbf8ff63dcedb4909ed1f795b1d14b932380f5d8 100644 (file)
@@ -27,7 +27,7 @@ static void rtl92s_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         * */
        rtlpci->const_pci_aspm = 2;
 
index dd7505e2f22c890c02f6f8f97bf9420b16eb9e09..1b144fbd4d26c2a35e521d6eac08728e3f16f8d3 100644 (file)
@@ -33,7 +33,7 @@ static void rtl8723e_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         */
        rtlpci->const_pci_aspm = 3;
 
index 162c34f0e9b7c0b92c319ecfb3c3d9f1bf6ec6de..0a92d0325098a757cfd72ba1f9d2f0888a9cc8ce 100644 (file)
@@ -32,7 +32,7 @@ static void rtl8723be_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         */
        rtlpci->const_pci_aspm = 3;
 
index 7b911695db337f4e4eda1714a9867bbf97a52725..a65503c5ae5aa4f48411fee10a622283be65ae80 100644 (file)
@@ -30,7 +30,7 @@ static void rtl8821ae_init_aspm_vars(struct ieee80211_hw *hw)
         * 2 - Enable ASPM with Clock Req,
         * 3 - Alwyas Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
-        * set defult to RTL8192CE:3 RTL8192E:2
+        * set default to RTL8192CE:3 RTL8192E:2
         */
        rtlpci->const_pci_aspm = 3;