]> www.infradead.org Git - users/jedix/linux-maple.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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 16 Jul 2025 19:34:06 +0000 (15:34 -0400)
commitdfef8d87a031ac1a46dde3de804e0fcf3c3a6afd
tree051f572b859d6c5a8528e0216f96c0ec1d88e58d
parent6ef99c917688a8510259e565bd1b168b7146295a
Bluetooth: hci_core: fix typos in macros

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>
include/net/bluetooth/hci_core.h