1
0
Fork 0

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>
hifive-unleashed-5.1
Prasanna Karthik 2015-06-02 10:50:15 +00:00 committed by Johan Hedberg
parent 0ecc4e688b
commit 4eeab599e1
1 changed files with 1 additions and 1 deletions

View 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,