aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_vhci.c')
-rw-r--r--drivers/bluetooth/hci_vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
index 6653473f2757..78653db2ef2b 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -366,7 +366,7 @@ static const struct file_operations vhci_fops = {
366 .llseek = no_llseek, 366 .llseek = no_llseek,
367}; 367};
368 368
369static struct miscdevice vhci_miscdev= { 369static struct miscdevice vhci_miscdev = {
370 .name = "vhci", 370 .name = "vhci",
371 .fops = &vhci_fops, 371 .fops = &vhci_fops,
372 .minor = VHCI_MINOR, 372 .minor = VHCI_MINOR,