Re: [PATCH] Bluetooth: Prefer sizeof(*ptr) when allocating memory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Johan,

> It's safer practice to use sizeof(*ptr) instead of sizeof(ptr_type) when
> allocating memory in case the type changes. This also fixes the
> following style of warnings from static analyzers:
> 
> CHECK: Prefer kzalloc(sizeof(*ie)...) over kzalloc(sizeof(struct inquiry_entry)...)
> +	ie = kzalloc(sizeof(struct inquiry_entry), GFP_KERNEL);
> 
> Signed-off-by: Johan Hedberg <johan.hedberg@xxxxxxxxx>
> ---
> net/bluetooth/hci_conn.c   | 4 ++--
> net/bluetooth/hci_core.c   | 6 +++---
> net/bluetooth/l2cap_core.c | 2 +-
> 3 files changed, 6 insertions(+), 6 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux