Bluetooth: vhci: Clean up coding style fix
authorPrasanna Karthik <mkarthi3@visteon.com>
Tue, 2 Jun 2015 10:50:15 +0000 (10:50 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Jun 2015 03:02:04 +0000 (10:02 +0700)
Fix spaces required around that '=' reported by checkpatch.

Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
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,