Re: [PATCH][next] enetc: Use struct_size() helper in kzalloc()

From: David Miller
Date: Thu Jun 18 2020 - 23:36:42 EST


From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
Date: Wed, 17 Jun 2020 13:53:17 -0500

> Make use of the struct_size() helper instead of an open-coded version
> in order to avoid any potential type mistakes.
>
> This code was detected with the help of Coccinelle and, audited and
> fixed manually.
>
> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>

Applied to net-next, thanks.