lkml.org 
[lkml]   [2020]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/41] [Set 4] Rid W=1 warnings in Wireless
Date
 [Last batch!]

This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.

Lee Jones (41):
wil6210: wmi: Correct misnamed function parameter 'ptr_'
rsi_91x_usb: Fix some basic kernel-doc issues
rtl8192cu: mac: Fix some missing/ill-documented function parameters
rsi_91x_usb_ops: Source file headers are not good candidates for
kernel-doc
rtl8192cu: trx: Demote clear abuse of kernel-doc format
brcmfmac: bcmsdh: Fix description for function parameter 'pktlist'
brcmfmac: pcie: Provide description for missing function parameter
'devinfo'
iwlwifi: mvm: rs: Demote non-conformant function documentation headers
wl1251: cmd: Rename 'len' to 'buf_len' in the documentation
ath9k: ar9330_1p1_initvals: Remove unused const variable
'ar9331_common_tx_gain_offset1_1'
ath9k: ar9340_initvals: Remove unused const variable
'ar9340Modes_ub124_tx_gain_table_1p0'
ath9k: ar9485_initvals: Remove unused const variable
'ar9485_fast_clock_1_1_baseband_postamble'
ath9k: ar9003_2p2_initvals: Remove unused const variables
prism54: isl_ioctl: Fix one function header and demote another
iwlwifi: iwl-eeprom-read: Demote one nonconformant function header
iwlwifi: iwl-eeprom-parse: Fix 'struct iwl_eeprom_enhanced_txpwr's
header
intersil: hostap_hw: Prevent incompatible function type cast
brcm80211: fweh: Add missing description for 'gfp'
ath: regd: Provide description for ath_reg_apply_ir_flags's 'reg'
param
ath9k: ar5008_phy: Demote half completed function headers
ath: dfs_pattern_detector: Fix some function kernel-doc headers
ath: dfs_pri_detector: Demote zero/half completed kernel-doc headers
iwlwifi: iwl-phy-db: Add missing struct member description for 'trans'
wl3501_cs: Fix misspelling and provide missing documentation
rtlwifi: halbtc8723b2ant: Remove a bunch of set but unused variables
rtlwifi: phy: Remove set but unused variable 'bbvalue'
rtlwifi: halbtc8821a1ant: Remove set but unused variable
'wifi_rssi_state'
rtl8723be: phy: Remove set but unused variable 'lc_cal'
rtl8188ee: phy: Remove set but unused variable 'reg_ea4'
rtlwifi: halbtc8821a2ant: Remove a bunch of unused variables
mwifiex: pcie: Remove a couple of unchecked 'ret's
rtl8723be: trx: Remove set but unused variable 'cck_highpwr'
rtlwifi: rtl8821ae: phy: Remove a couple of unused variables
rtl8821ae: phy: Place braces around empty if() body
wlcore: spi: Demote a non-compliant function header, fix another
rtw8822b: Return type is not const
iwlwifi: fw: dbg: Fix misspelling of 'reg_data' in function header
realtek: rtw8822c: Remove unused variable 'corr_val'
ath9k: dynack: Demote non-compliant function header
iwlwifi: fw: acpi: Demote non-conformant function headers
realtek: rtw88: pci: Add prototypes for .probe, .remove and .shutdown

drivers/net/wireless/ath/ath9k/ar5008_phy.c | 15 +--
.../wireless/ath/ath9k/ar9003_2p2_initvals.h | 14 ---
.../wireless/ath/ath9k/ar9330_1p1_initvals.h | 7 --
.../net/wireless/ath/ath9k/ar9340_initvals.h | 101 ------------------
.../net/wireless/ath/ath9k/ar9485_initvals.h | 7 --
drivers/net/wireless/ath/ath9k/dynack.c | 3 +-
.../net/wireless/ath/dfs_pattern_detector.c | 14 +--
drivers/net/wireless/ath/dfs_pri_detector.c | 9 +-
drivers/net/wireless/ath/regd.c | 1 +
drivers/net/wireless/ath/wil6210/wmi.c | 2 +-
.../broadcom/brcm80211/brcmfmac/bcmsdh.c | 2 +-
.../broadcom/brcm80211/brcmfmac/fweh.c | 1 +
.../broadcom/brcm80211/brcmfmac/pcie.c | 1 +
drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 12 +--
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 +-
.../wireless/intel/iwlwifi/iwl-eeprom-parse.c | 12 +--
.../wireless/intel/iwlwifi/iwl-eeprom-read.c | 2 +-
.../net/wireless/intel/iwlwifi/iwl-phy-db.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 10 +-
.../net/wireless/intersil/hostap/hostap_hw.c | 19 ++--
.../net/wireless/intersil/prism54/isl_ioctl.c | 5 +-
drivers/net/wireless/marvell/mwifiex/pcie.c | 6 +-
.../rtlwifi/btcoexist/halbtc8723b2ant.c | 48 ++++-----
.../rtlwifi/btcoexist/halbtc8821a1ant.c | 4 +-
.../rtlwifi/btcoexist/halbtc8821a2ant.c | 27 +++--
.../wireless/realtek/rtlwifi/rtl8188ee/phy.c | 4 +-
.../wireless/realtek/rtlwifi/rtl8192cu/mac.c | 7 +-
.../wireless/realtek/rtlwifi/rtl8192cu/trx.c | 2 +-
.../wireless/realtek/rtlwifi/rtl8723ae/phy.c | 4 +-
.../wireless/realtek/rtlwifi/rtl8723be/phy.c | 4 +-
.../wireless/realtek/rtlwifi/rtl8723be/trx.c | 4 +-
.../wireless/realtek/rtlwifi/rtl8821ae/phy.c | 8 +-
drivers/net/wireless/realtek/rtw88/pci.h | 4 +
drivers/net/wireless/realtek/rtw88/rtw8822b.c | 2 +-
drivers/net/wireless/realtek/rtw88/rtw8822c.c | 4 +-
drivers/net/wireless/rsi/rsi_91x_usb.c | 6 +-
drivers/net/wireless/rsi/rsi_91x_usb_ops.c | 2 +-
drivers/net/wireless/ti/wl1251/cmd.c | 2 +-
drivers/net/wireless/ti/wlcore/spi.c | 3 +-
drivers/net/wireless/wl3501_cs.c | 8 +-
40 files changed, 120 insertions(+), 270 deletions(-)

--
2.25.1

\
 
 \ /
  Last update: 2020-11-02 12:24    [W:0.272 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site