diff options
author | 2022-10-31 03:17:22 +0900 | |
---|---|---|
committer | 2022-12-12 14:19:24 -0800 | |
commit | 3958e87783e746a2ce78fbb30f24231569f03543 (patch) | |
tree | 841b7c31f655339f8c9497f46f3e3ff3a1631b2c /lib/parser.c | |
parent | Bluetooth: btusb: Add more device IDs for WCN6855 (diff) | |
download | linux-rng-3958e87783e746a2ce78fbb30f24231569f03543.tar.xz linux-rng-3958e87783e746a2ce78fbb30f24231569f03543.zip |
Bluetooth: Use kzalloc instead of kmalloc/memset
Replace kmalloc+memset by kzalloc
for better readability and simplicity.
This addresses the cocci warning below:
WARNING: kzalloc should be used for d, instead of kmalloc/memset
Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions