--- android/hidhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hidhost.c b/android/hidhost.c index fe0ea2f..7a4cc8e 100644 --- a/android/hidhost.c +++ b/android/hidhost.c @@ -372,7 +372,7 @@ static void bt_hid_notify_get_report(struct hid_device *dev, uint8_t *buf, } /* - * Report porotocol mode reply contains id after hdr, in boot + * Report protocol mode reply contains id after hdr, in boot * protocol mode id doesn't exist */ ev_len += (dev->boot_dev) ? (len - 1) : (len - 2); @@ -381,7 +381,7 @@ static void bt_hid_notify_get_report(struct hid_device *dev, uint8_t *buf, bdaddr2android(&dev->dst, ev->bdaddr); /* - * Report porotocol mode reply contains id after hdr, in boot + * Report protocol mode reply contains id after hdr, in boot * protocol mode id doesn't exist */ if (dev->boot_dev) { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html