Bluetooth: hci_serdev: Fixed error space required before open paranethesis
Fixed error in space required before paranthesis in drivers/bluetooth/hci_serdev.c Signed-off-by: Jagdish Tirumala <t.jag587@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
b950aa8863
commit
ea9ed991c3
|
@ -95,7 +95,7 @@ static void hci_uart_write_work(struct work_struct *work)
|
|||
hci_uart_tx_complete(hu, hci_skb_pkt_type(skb));
|
||||
kfree_skb(skb);
|
||||
}
|
||||
} while(test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state));
|
||||
} while (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state));
|
||||
|
||||
clear_bit(HCI_UART_SENDING, &hu->tx_state);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue