Searched hist:c05d042fda889f1e591b9d306482d9c16072dd60 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | viohs.c | diff c05d042fda889f1e591b9d306482d9c16072dd60 Sat Jun 20 03:14:06 CEST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> sparc64: viohs: Use struct_size() helper
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: https://github.com/KSPP/linux/issues/83 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|