diff options
author | Bastien Nocera <hadess@hadess.net> | 2025-07-03 19:17:01 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2025-07-23 10:30:48 -0400 |
commit | 0e492dbaccda2807eae56274bc90839f41b332fd (patch) | |
tree | 10d1e4b1d3ca559427c3acfeb201a293781e0927 /net/bluetooth/hci_sync.c | |
parent | e6555fffd5189be7f1a3d936915660ee63c503da (diff) |
Bluetooth: Fix typos in comments
Found by codespell.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/hci_sync.c')
-rw-r--r-- | net/bluetooth/hci_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index 956aea977f2a..e9df6502e58e 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -5677,7 +5677,7 @@ int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) } /* Cleanup hci_conn object if it cannot be cancelled as it - * likelly means the controller and host stack are out of sync + * likely means the controller and host stack are out of sync * or in case of LE it was still scanning so it can be cleanup * safely. */ |