dm: change kzalloc to kcalloc
authorEthan Carter Edwards <ethan@ethancedwards.com>
Tue, 24 Dec 2024 22:13:21 +0000 (22:13 +0000)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 17 Jan 2025 21:05:39 +0000 (22:05 +0100)
commitc3a1f2ef72a97a79410c566022c5ea962f815ed9
tree4a84c96bdcdf53bb3180c770deae6699b676e7bc
parent193700b9b218a77222a1b5cd53206c17c40f786b
dm: change kzalloc to kcalloc

Use 2-factor multiplication argument form kcalloc() instead
of instead of the deprecated kzalloc() [1].

[1] https://www.kernel.org/doc/html/next/process/deprecated.html#open-coded-arithmetic-in-allocator-arguments
Link: https://github.com/KSPP/linux/issues/162
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-ps-io-affinity.c