summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
diff options
context:
space:
mode:
authorPrasanna Karthik2015-06-02 12:50:15 +0200
committerJohan Hedberg2015-06-04 05:02:04 +0200
commit4eeab599e1277a8a28b6b8740a29bf7e7a73f829 (patch)
treea970edc5b0d1c7dc585a8c6c4981e833e42d5b7f /drivers/bluetooth/hci_vhci.c
parentmac802154: add trace functionality for driver ops (diff)
downloadkernel-qcow2-linux-4eeab599e1277a8a28b6b8740a29bf7e7a73f829.tar.gz
kernel-qcow2-linux-4eeab599e1277a8a28b6b8740a29bf7e7a73f829.tar.xz
kernel-qcow2-linux-4eeab599e1277a8a28b6b8740a29bf7e7a73f829.zip
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/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 = {
.llseek = no_llseek,
};
-static struct miscdevice vhci_miscdev= {
+static struct miscdevice vhci_miscdev = {
.name = "vhci",
.fops = &vhci_fops,
.minor = VHCI_MINOR,