Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bastien Nocera and committed by
Luiz Augusto von Dentz
80748113 0e77524d

+1 -1
+1 -1
net/bluetooth/aosp.c
··· 70 70 rp = (struct aosp_rp_le_get_vendor_capa *)skb->data; 71 71 72 72 version_supported = le16_to_cpu(rp->version_supported); 73 - /* AOSP displays the verion number like v0.98, v1.00, etc. */ 73 + /* AOSP displays the version number like v0.98, v1.00, etc. */ 74 74 bt_dev_info(hdev, "AOSP extensions version v%u.%02u", 75 75 version_supported >> 8, version_supported & 0xff); 76 76