mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0ecc4e688b
commit
4eeab599e1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue