projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e77524
)
Bluetooth: aosp: Fix typo in comment
author
Bastien Nocera
<hadess@hadess.net>
Thu, 3 Jul 2025 17:16:59 +0000
(19:16 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:30:18 +0000
(10:30 -0400)
Found by codespell.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/aosp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/aosp.c
b/net/bluetooth/aosp.c
index 1d67836e95e16935bcfd52abd2ba6e33c2eb6e89..59025771af53ac86a35d9a365cffbd9fa5afe15f 100644
(file)
--- a/
net/bluetooth/aosp.c
+++ b/
net/bluetooth/aosp.c
@@
-70,7
+70,7
@@
void aosp_do_open(struct hci_dev *hdev)
rp = (struct aosp_rp_le_get_vendor_capa *)skb->data;
version_supported = le16_to_cpu(rp->version_supported);
- /* AOSP displays the verion number like v0.98, v1.00, etc. */
+ /* AOSP displays the ver
s
ion number like v0.98, v1.00, etc. */
bt_dev_info(hdev, "AOSP extensions version v%u.%02u",
version_supported >> 8, version_supported & 0xff);