From: "Gustavo A. R. Silva" <gustavo...@kernel.org> Date: Fri, 19 Jun 2020 13:01:49 -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. > > Addresses-KSPP-ID: https://github.com/KSPP/linux/issues/83 > Signed-off-by: Gustavo A. R. Silva <gustavo...@kernel.org> Applied.