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

From: Claudiu Manoil
Date: Thu Jun 18 2020 - 06:04:12 EST


>-----Original Message-----
>From: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
>Sent: Wednesday, June 17, 2020 9:53 PM
[...]
>Subject: [PATCH][next] enetc: Use struct_size() helper in kzalloc()
>
>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>

Reviewed-by: Claudiu Manoil <claudiu.manoil@xxxxxxx>