mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
Bluetooth: aosp: Fix typo in comment
Found by codespell. Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
committed by
Luiz Augusto von Dentz
parent
0e77524dbc
commit
8074811359
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user