From: Jeff Johnson Date: Mon, 27 Nov 2023 16:14:49 +0000 (-0800) Subject: wifi: ath11k: remove ath11k_htc_record::pauload[] X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f20eb4cb93240c4da4c7a3563b4063047bef3a7b;p=linux.git wifi: ath11k: remove ath11k_htc_record::pauload[] The misspelled pauload member of struct ath11k_htc_record is unused, so remove it. Signed-off-by: Jeff Johnson Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20231127-flexarray-htc_record-v1-3-6be1f36126fd@quicinc.com --- diff --git a/drivers/net/wireless/ath/ath11k/htc.h b/drivers/net/wireless/ath/ath11k/htc.h index cf6b9aa0784df..d5864a35e75b9 100644 --- a/drivers/net/wireless/ath/ath11k/htc.h +++ b/drivers/net/wireless/ath/ath11k/htc.h @@ -153,7 +153,6 @@ struct ath11k_htc_record { struct ath11k_htc_record_hdr hdr; union { struct ath11k_htc_credit_report credit_report[0]; - u8 pauload[0]; }; } __packed __aligned(4);