Re: [PATCH][next] sparc64: viohs: Use struct_size() helper

2020-06-22 Thread David Miller
From: "Gustavo A. R. Silva" Date: Fri, 19 Jun 2020 20:14:06 -0500 > 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,

[PATCH][next] sparc64: viohs: Use struct_size() helper

2020-06-19 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. Also, remove unnecessary variable _len_. This code was detected with the help of Coccinelle and, audited and fixed manually. Addresses-KSPP-ID: