]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/bluetooth/hci_ldisc.c
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / drivers / bluetooth / hci_ldisc.c
index 4895f0e053229bc8c04b568912340ffdbc02a076..aa0919386b8ce5e2176a60e13076089be96cd485 100644 (file)
@@ -214,7 +214,7 @@ static int hci_uart_send_frame(struct sk_buff *skb)
        struct hci_uart *hu;
 
        if (!hdev) {
-               BT_ERR("Frame for uknown device (hdev=NULL)");
+               BT_ERR("Frame for unknown device (hdev=NULL)");
                return -ENODEV;
        }