ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin...
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 7 Mar 2022 17:48:00 +0000 (19:48 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 9 Mar 2022 15:05:58 +0000 (17:05 +0200)
commit324edddf2505a240a9226735dbbf3d5dc2b4a24d
treea1f5cc04d5b878928d6d92b4426eb61a7c6303f1
parent1ec7ed5163c70a0d040150d2279f932c7e7c143f
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmd

Replace one-element array with flexible-array member in struct
wmi_begin_scan_cmd. Also, make use of the struct_size() helper.

This issue was found with the help of Coccinelle and audited and fixed,
manually.

Link: https://www.kernel.org/doc/html/v5.16/process/deprecated.html#zero-length-and-one-element-arrays
Link: https://github.com/KSPP/linux/issues/79
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/1ef801ea24475501fa0f296cb5435a440135206e.1645736204.git.gustavoars@kernel.org
drivers/net/wireless/ath/ath6kl/wmi.c
drivers/net/wireless/ath/ath6kl/wmi.h