Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Prasanna Karthik and committed by
Johan Hedberg
4eeab599 0ecc4e68

+1 -1
+1 -1
drivers/bluetooth/hci_vhci.c
··· 366 366 .llseek = no_llseek, 367 367 }; 368 368 369 - static struct miscdevice vhci_miscdev= { 369 + static struct miscdevice vhci_miscdev = { 370 370 .name = "vhci", 371 371 .fops = &vhci_fops, 372 372 .minor = VHCI_MINOR,