提交 4eeab599 编写于 作者: P Prasanna Karthik 提交者: Johan Hedberg

Bluetooth: vhci: Clean up coding style fix

Fix spaces required around that '=' reported by checkpatch.
Signed-off-by: NPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册