|
@@ -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;
|