projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecc4e6
)
Bluetooth: vhci: Clean up coding style fix
author
Prasanna Karthik
<mkarthi3@visteon.com>
Tue, 2 Jun 2015 10:50:15 +0000
(10:50 +0000)
committer
Johan 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_vhci.c
b/drivers/bluetooth/hci_vhci.c
index 6653473f2757d0579b790a6fffbc298eb2b43b0d..78653db2ef2bca6d6ea085b8aa9054ce74d05e17 100644
(file)
--- 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,