diff options
author | 2021-12-09 11:15:45 +0200 | |
---|---|---|
committer | 2021-12-13 11:44:51 +0200 | |
commit | 5341d57bc398df62fa1e54ec7cf8e3bf9da1c597 (patch) | |
tree | b4118a064e7fc9d405786b76bd1590cbaa5ef5d4 /drivers/net/ethernet/intel/igc | |
parent | ath10k: htt: remove array of flexible structures (diff) | |
download | linux-dev-5341d57bc398df62fa1e54ec7cf8e3bf9da1c597.tar.xz linux-dev-5341d57bc398df62fa1e54ec7cf8e3bf9da1c597.zip |
ath10k: wmi: remove array of flexible structures
I updated to sparse v0.6.4 and it warns:
drivers/net/wireless/ath/ath10k/wmi.c: note: in included file (through drivers/net/wireless/ath/ath10k/core.h):
drivers/net/wireless/ath/ath10k/wmi.h:3481:34: warning: array of flexible structures
Fix it by changing the type to u8 array, in struct wmi_phyerr_hdr_arg it's
stored as a void pointer anyway.
Compile tested only.
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20211209091545.6098-2-kvalo@kernel.org
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions