[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87o83wi67x.fsf@kernel.org>
Date: Fri, 28 Jan 2022 11:01:54 +0200
From: Kalle Valo <kvalo@...nel.org>
To: cgel.zte@...il.com
Cc: luciano.coelho@...el.com, davem@...emloft.net, kuba@...nel.org,
trix@...hat.com, johannes.berg@...el.com,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Minghao Chi <chi.minghao@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] dvm: use struct_size over open coded arithmetic
cgel.zte@...il.com writes:
> From: Minghao Chi (CGEL ZTE) <chi.minghao@....com.cn>
>
> Replace zero-length array with flexible-array member and make use
> of the struct_size() helper in kmalloc(). For example:
>
> struct iwl_wipan_noa_data {
> ...
> u8 data[];
> };
>
> Make use of the struct_size() helper instead of an open-coded version
> in order to avoid any potential type mistakes.
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: Minghao Chi (CGEL ZTE) <chi.minghao@....com.cn>
> ---
> drivers/net/wireless/intel/iwlwifi/dvm/rx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
The prefix should be "iwlwifi: dvm:".
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists