]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: hci_core: add missing braces when using macro parameters
authorChristian Eggers <ceggers@arri.de>
Mon, 14 Jul 2025 20:27:44 +0000 (22:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 06:58:37 +0000 (08:58 +0200)
commit20af034952139c5bafaaa786ca47a339217fa807
tree295178120a107f7adf15086b318f7541e0e049f8
parent4fda601f92368adcecc507c59806c90b030dd970
Bluetooth: hci_core: add missing braces when using macro parameters

[ Upstream commit cdee6a4416b2a57c89082929cc60e2275bb32a3a ]

Macro parameters should always be put into braces when accessing it.

Fixes: 4fc9857ab8c6 ("Bluetooth: hci_sync: Add check simultaneous roles support")
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/bluetooth/hci_core.h