aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
diff options
context:
space:
mode:
authorPrasanna Karthik <mkarthi3@visteon.com>2015-07-23 11:08:52 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2015-07-27 10:30:37 +0300
commitacf50c5fc6f3d1851d23c48737210b5f61f58e1f (patch)
treec65324f5ad963f344973f67969a616f7558d1090 /drivers/bluetooth/hci_ldisc.c
parentBluetooth: btmrvl: Coding style Fix for btmrvl header (diff)
downloadlinux-dev-acf50c5fc6f3d1851d23c48737210b5f61f58e1f.tar.xz
linux-dev-acf50c5fc6f3d1851d23c48737210b5f61f58e1f.zip
Bluetooth: hci_ldisc: Cleaned up coding style warnings
Fix for Cleanpatch warning: Space prohibited between function name and open parenthesis '(' Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-rw-r--r--drivers/bluetooth/hci_ldisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
index 051f8213697d..20c2ac193ff9 100644
--- a/drivers/bluetooth/hci_ldisc.c
+++ b/drivers/bluetooth/hci_ldisc.c
@@ -770,7 +770,7 @@ static int __init hci_uart_init(void)
/* Register the tty discipline */
- memset(&hci_uart_ldisc, 0, sizeof (hci_uart_ldisc));
+ memset(&hci_uart_ldisc, 0, sizeof(hci_uart_ldisc));
hci_uart_ldisc.magic = TTY_LDISC_MAGIC;
hci_uart_ldisc.name = "n_hci";
hci_uart_ldisc.open = hci_uart_tty_open;