X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_ldisc.c;h=aa0919386b8ce5e2176a60e13076089be96cd485;hp=4895f0e053229bc8c04b568912340ffdbc02a076;hb=af901ca181d92aac3a7dc265144a9081a86d8f39;hpb=972b94ffb90ea6d20c589d9a47215df103388ddd diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 4895f0e..aa09193 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -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; }