]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/bluetooth/hci_vhci.c
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[karo-tx-linux.git] / drivers / bluetooth / hci_vhci.c
index 6653473f2757d0579b790a6fffbc298eb2b43b0d..78653db2ef2bca6d6ea085b8aa9054ce74d05e17 100644 (file)
@@ -366,7 +366,7 @@ static const struct file_operations vhci_fops = {
        .llseek         = no_llseek,
 };
 
-static struct miscdevice vhci_miscdev= {
+static struct miscdevice vhci_miscdev = {
        .name   = "vhci",
        .fops   = &vhci_fops,
        .minor  = VHCI_MINOR,