diff options
author | Prasanna Karthik <mkarthi3@visteon.com> | 2015-06-02 10:50:15 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-06-04 10:02:04 +0700 |
commit | 4eeab599e1277a8a28b6b8740a29bf7e7a73f829 (patch) | |
tree | a970edc5b0d1c7dc585a8c6c4981e833e42d5b7f /drivers | |
parent | 0ecc4e688b6e33f8314c2b074335e134e0b2c4ae (diff) |
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')
-rw-r--r-- | drivers/bluetooth/hci_vhci.c | 2 |
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, |