summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorPrasanna Karthik <mkarthi3@visteon.com>2015-06-02 10:50:15 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2015-06-04 10:02:04 +0700
commit4eeab599e1277a8a28b6b8740a29bf7e7a73f829 (patch)
treea970edc5b0d1c7dc585a8c6c4981e833e42d5b7f /drivers/bluetooth
parent0ecc4e688b6e33f8314c2b074335e134e0b2c4ae (diff)
downloadlinux-0-day-4eeab599e1277a8a28b6b8740a29bf7e7a73f829.tar.gz
linux-0-day-4eeab599e1277a8a28b6b8740a29bf7e7a73f829.tar.xz
Bluetooth: vhci: Clean up coding style fix
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>
Diffstat (limited to 'drivers/bluetooth')
-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 6653473f2757d..78653db2ef2bc 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -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,