]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: hci_core: fix typos in macros
authorChristian Eggers <ceggers@arri.de>
Mon, 14 Jul 2025 20:27:43 +0000 (22:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 06:58:37 +0000 (08:58 +0200)
commit4fda601f92368adcecc507c59806c90b030dd970
treede68ae41614b9904573a380c51d73812afdf8c83
parent8d77d290e91f4e042bbc0cd7115fc201e50d17ab
Bluetooth: hci_core: fix typos in macros

[ Upstream commit dfef8d87a031ac1a46dde3de804e0fcf3c3a6afd ]

The provided macro parameter is named 'dev' (rather than 'hdev', which
may be a variable on the stack where the macro is used).

Fixes: a9a830a676a9 ("Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE")
Fixes: 6126ffabba6b ("Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flag")
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