Commit 4eeab599 authored by Prasanna Karthik's avatar Prasanna Karthik Committed by Johan Hedberg

Bluetooth: vhci: Clean up coding style fix

Fix spaces required around that '=' reported by checkpatch.
Signed-off-by: default avatarPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 0ecc4e68
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment