Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: hci_event: Correct comment about HCI_EV_EXTENDED_INQUIRY_RESULT

HCI_EV_EXTENDED_INQUIRY_RESULT's comment wrongly uses 0x2d as its event
code.

Use right 0x2f instead.

Signed-off-by: Zijun Hu <zijun.hu@oss.qualcomm.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Zijun Hu and committed by
Luiz Augusto von Dentz
e44328c9 88d6ba89

+1 -1
+1 -1
net/bluetooth/hci_event.c
··· 7399 7399 /* [0x2c = HCI_EV_SYNC_CONN_COMPLETE] */ 7400 7400 HCI_EV(HCI_EV_SYNC_CONN_COMPLETE, hci_sync_conn_complete_evt, 7401 7401 sizeof(struct hci_ev_sync_conn_complete)), 7402 - /* [0x2d = HCI_EV_EXTENDED_INQUIRY_RESULT] */ 7402 + /* [0x2f = HCI_EV_EXTENDED_INQUIRY_RESULT] */ 7403 7403 HCI_EV_VL(HCI_EV_EXTENDED_INQUIRY_RESULT, 7404 7404 hci_extended_inquiry_result_evt, 7405 7405 sizeof(struct hci_ev_ext_inquiry_result), HCI_MAX_EVENT_SIZE),