]> git.baikalelectronics.ru Git - kernel.git/commit
NTB: Use struct_size() helper in devm_kzalloc()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 19 Jun 2020 17:25:14 +0000 (12:25 -0500)
committerJon Mason <jdmason@kudzu.us>
Mon, 24 Aug 2020 14:58:06 +0000 (10:58 -0400)
commit6cf6820494a12d52fd4aaefaf3b199b3f5890b26
tree4d6c7ae0d1e3ff9a2a1c7983b613e6c29b76289f
parent71d911e94cd727cdc7f25245eb920e6ea0bf6e99
NTB: Use struct_size() helper in devm_kzalloc()

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 _struct_size_.

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>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/test/ntb_msi_test.c