Commit 1687dfc3 authored by Chan-yeol Park's avatar Chan-yeol Park Committed by Johan Hedberg

Bluetooth: Remove trivial white space

This patch removes redundant whitespace from the HCI ldisc driver.
Signed-off-by: default avatarChan-yeol Park <chanyeol.park@samsung.com>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 788f0923
...@@ -260,12 +260,12 @@ static int hci_uart_send_frame(struct sk_buff *skb) ...@@ -260,12 +260,12 @@ static int hci_uart_send_frame(struct sk_buff *skb)
/* ------ LDISC part ------ */ /* ------ LDISC part ------ */
/* hci_uart_tty_open /* hci_uart_tty_open
* *
* Called when line discipline changed to HCI_UART. * Called when line discipline changed to HCI_UART.
* *
* Arguments: * Arguments:
* tty pointer to tty info structure * tty pointer to tty info structure
* Return Value: * Return Value:
* 0 if success, otherwise error code * 0 if success, otherwise error code
*/ */
static int hci_uart_tty_open(struct tty_struct *tty) static int hci_uart_tty_open(struct tty_struct *tty)
...@@ -365,15 +365,15 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty) ...@@ -365,15 +365,15 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty)
} }
/* hci_uart_tty_receive() /* hci_uart_tty_receive()
* *
* Called by tty low level driver when receive data is * Called by tty low level driver when receive data is
* available. * available.
* *
* Arguments: tty pointer to tty isntance data * Arguments: tty pointer to tty isntance data
* data pointer to received data * data pointer to received data
* flags pointer to flags for data * flags pointer to flags for data
* count count of received data in bytes * count count of received data in bytes
* *
* Return Value: None * Return Value: None
*/ */
static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, char *flags, int count) static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, char *flags, int count)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment