diff options
| author | Yang Li <yang.li@amlogic.com> | 2025-07-01 16:47:26 +0800 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2025-07-23 10:27:33 -0400 |
| commit | be31d11ec9144f7f8f7fcbf84ba6971b664683f3 (patch) | |
| tree | a6806bc0c3b6b32efd39a1a9a283e08bb397d463 /include/net/bluetooth/hci.h | |
| parent | b2a5f2e1c127cb431df22e114998ff72eb4578c8 (diff) | |
Bluetooth: Fix spelling mistakes
Correct the misspelling of “estabilished” in the code.
Signed-off-by: Yang Li <yang.li@amlogic.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
| -rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 6213012610d7..94f365b75166 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -2837,7 +2837,7 @@ struct hci_evt_le_create_big_complete { } __packed; #define HCI_EVT_LE_BIG_SYNC_ESTABLISHED 0x1d -struct hci_evt_le_big_sync_estabilished { +struct hci_evt_le_big_sync_established { __u8 status; __u8 handle; __u8 latency[3]; |