diff options
author | Kenneth Lee <[email protected]> | 2022-08-18 22:51:17 -0700 |
---|---|---|
committer | Konstantin Komarov <[email protected]> | 2022-09-30 17:39:51 +0300 |
commit | 92f017c4aee6e2bb79593adeacccbea3afe62223 (patch) | |
tree | 0395b4fccb3bda4ad1e37ab0ce54d17d54c1d94c /net/lapb/lapb_out.c | |
parent | 6d5c9e79b726cc473d40e9cb60976dbe8e669624 (diff) |
fs/ntfs3: Use kmalloc_array for allocating multiple elements
Prefer using kmalloc_array(a, b) over kmalloc(a * b) as this
improves semantics since kmalloc is intended for allocating an
array of memory.
Signed-off-by: Kenneth Lee <[email protected]>
Signed-off-by: Konstantin Komarov <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions