tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / bluetooth / hci_ldisc.c
index 4895f0e..aa09193 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;
        }