aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDave Penkler <dpenkler@gmail.com>2025-01-14 17:54:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-15 18:35:57 +0100
commit3e2bcc16804b584bb2a2a8538a40fd3307305816 (patch)
treec67abbbb4680d4e2e758a49b19927392e60bfb51 /tools/perf/scripts/python/net_dropmonitor.py
parentstaging: gpib: Avoid plain integers as NULL pointers (diff)
downloadlinux-3e2bcc16804b584bb2a2a8538a40fd3307305816.tar.gz
linux-3e2bcc16804b584bb2a2a8538a40fd3307305816.zip
staging: gpib: Use C99 syntax and make static
Some drivers were still using the old syntax for initializing structs: field : value; This caused sparse to emit the following warning, for example: common/gpib_os.c:2026:1: warning: obsolete struct initializer, use C99 syntax Use C99 syntax: .field = value; Some local structs and arrays were not declared static causing sparse to emit the following warning, for example: warning: symbol 'ib_fops' was not declared. Should it be static? Declare the local structs and arrays as static. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.org/r/20250114165403.16410-5-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
s/quantenna/qtnfmac/pcie/topaz_pcie.c?id=193eb523d27c4225aa6cf6fe7debac4d3eac942f&follow=1'>qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski2-4/+4 2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski5-10/+10 2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski1-6/+4 2022-05-04mac80211: support disabling EHT modeMuna Sinada1-0/+3 2022-05-04cfg80211: support disabling EHT modeMuna Sinada3-0/+11 2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25 2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua1-2/+0 2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih1-7/+9 2022-05-04cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4 2022-05-04nl80211: rework internal_flags usageJohannes Berg1-145/+199 2022-05-04nl80211: don't hold RTNL in color change requestJohannes Berg1-2/+1 2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg4-113/+3 2022-05-04rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2-2/+25 2022-05-04rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih1-7/+5 2022-05-04rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih1-2/+1 2022-05-04rtw89: correct AID settings of beamformeePing-Ke Shih2-0/+9 2022-05-04rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih1-1/+2 2022-05-04rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih1-3/+77 2022-05-04rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih1-0/+64 2022-05-04rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih3-0/+20 2022-05-04wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa4-4/+11 2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2-20/+36