Re: [PATCH] Bluetooth: hci_ldisc: Remove redundant 0 value initialization

From: Markus Elfring
Date: Mon Aug 18 2025 - 15:04:06 EST


> The hci_uart struct is already zeroed by kzalloc(). It's redundant to
> initialize hu->padding to 0.

See also:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.17-rc2#n94

Regards,
Markus