瀏覽代碼

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>
Prasanna Karthik 10 年之前
父節點
當前提交
4eeab599e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/bluetooth/hci_vhci.c

+ 1 - 1
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,