[PATCH v2 5/7] Bluetooth: aosp: Fix typo in comment
Bastien Nocera
hadess at hadess.net
Thu Jul 3 10:16:59 PDT 2025
Found by codespell.
Signed-off-by: Bastien Nocera <hadess at hadess.net>
---
net/bluetooth/aosp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/bluetooth/aosp.c b/net/bluetooth/aosp.c
index 1d67836e95e1..59025771af53 100644
--- 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 version number like v0.98, v1.00, etc. */
bt_dev_info(hdev, "AOSP extensions version v%u.%02u",
version_supported >> 8, version_supported & 0xff);
--
2.50.0
More information about the Linux-mediatek
mailing list