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

2020-06-18 Thread David Miller
From: "Gustavo A. R. Silva" 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:

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

2020-06-18 Thread Claudiu Manoil
>-Original Message- >From: Gustavo A. R. Silva >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 po

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

2020-06-17 Thread Gustavo A. R. Silva
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 --- drivers/net/ethernet/freescale/enetc/enetc.c | 6 ++