Bluetooth: Use kzalloc instead of kmalloc/memset
authorKang Minchul <tegongkang@gmail.com>
Sun, 30 Oct 2022 18:17:22 +0000 (03:17 +0900)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Dec 2022 22:19:24 +0000 (14:19 -0800)
commit3958e87783e746a2ce78fbb30f24231569f03543
tree841b7c31f655339f8c9497f46f3e3ff3a1631b2c
parentca2a99447e17acd67258aa1d54d7ea3c404a779c
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>
net/bluetooth/hci_conn.c