OpenCloudOS-Kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu
Larry Finger ff9704538e rtlwifi: rtl8192{c,u}: Remove CamelCase variables
This patch affects modules rtl8192ce, rtl8192cu, and rtl8192com.

The following checkpatch exceptions are also fixed:

CHECK: No space is necessary after a cast
#237: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c:90:
+                                                     (u8 *) (&rfstate));

CHECK: No space is necessary after a cast
#744: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rf.c:329:
+                       pwr_val[i] = (u8) ((writeval & (0x7f <<

CHECK: No space is necessary after a cast
#784: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rf.c:365:
+                                              (u8) writeval);

CHECK: spaces preferred around that '/' (ctx:VxV)
#963: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c:513:
+               txqpageunit = txqpagenum/outepnum;
                                        ^

CHECK: Unnecessary parentheses around 'outepnum > 1'
#975: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c:521:
+               if ((outepnum > 1) && (txqremaininpage))

CHECK: Alignment should match open parenthesis
#1059: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c:617:
+static void _rtl92cu_init_chipn_two_out_ep_priority(struct ieee80211_hw *hw,
                                                                bool wmm_enable,

ERROR: "foo * bar" should be "foo *bar"
#1940: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c:591:
+void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 *pdesc,

Note that not all checkpatch exceptions are addressed. Those will be
handled in later patches.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-02-19 17:02:56 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
def.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
dm.c rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
dm.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
hw.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
hw.h rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
led.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
led.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
mac.c rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
mac.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
phy.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
phy.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
reg.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
rf.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
rf.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
sw.c rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
sw.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
table.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
table.h rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
trx.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
trx.h rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00