Re: [PATCH][next] ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()
From: Kalle Valo <hidden>
Date: 2020-08-31 15:20:25
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2020-08-31 15:20:25
Also in:
linux-wireless, lkml
"Gustavo A. R. Silva" [off-list ref] wrote:
Make use of the struct_size() helper instead of an open-coded version in order to avoid any potential type mistakes. Also, remove unnecessary variable _len_. This code was detected with the help of Coccinelle and, audited and fixed manually. Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Kalle Valo <redacted>
Patch applied to ath-next branch of ath.git, thanks. e96eecdb290a ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb() -- https://patchwork.kernel.org/patch/11608745/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches