diff options
author | Chan-yeol Park <chanyeol.park@samsung.com> | 2013-04-02 08:24:23 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-04-04 05:36:02 -0400 |
commit | 1687dfc3dcecd7f22f60461b562b9ae3171eb93e (patch) | |
tree | 432abe6a5ef2d28721ac13f82dc670e9cee5b25b /drivers/bluetooth/hci_ldisc.c | |
parent | 788f0923d3cb5256b12113c041c2381e4b3cecf6 (diff) |
Bluetooth: Remove trivial white space
This patch removes redundant whitespace from the HCI ldisc driver.
Signed-off-by: Chan-yeol Park <chanyeol.park@samsung.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.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index d710d8b15012..bc68a440d432 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -260,12 +260,12 @@ static int hci_uart_send_frame(struct sk_buff *skb) | |||
260 | 260 | ||
261 | /* ------ LDISC part ------ */ | 261 | /* ------ LDISC part ------ */ |
262 | /* hci_uart_tty_open | 262 | /* hci_uart_tty_open |
263 | * | 263 | * |
264 | * Called when line discipline changed to HCI_UART. | 264 | * Called when line discipline changed to HCI_UART. |
265 | * | 265 | * |
266 | * Arguments: | 266 | * Arguments: |
267 | * tty pointer to tty info structure | 267 | * tty pointer to tty info structure |
268 | * Return Value: | 268 | * Return Value: |
269 | * 0 if success, otherwise error code | 269 | * 0 if success, otherwise error code |
270 | */ | 270 | */ |
271 | static int hci_uart_tty_open(struct tty_struct *tty) | 271 | 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 | } | 365 | } |
366 | 366 | ||
367 | /* hci_uart_tty_receive() | 367 | /* hci_uart_tty_receive() |
368 | * | 368 | * |
369 | * Called by tty low level driver when receive data is | 369 | * Called by tty low level driver when receive data is |
370 | * available. | 370 | * available. |
371 | * | 371 | * |
372 | * Arguments: tty pointer to tty isntance data | 372 | * Arguments: tty pointer to tty isntance data |
373 | * data pointer to received data | 373 | * data pointer to received data |
374 | * flags pointer to flags for data | 374 | * flags pointer to flags for data |
375 | * count count of received data in bytes | 375 | * count count of received data in bytes |
376 | * | 376 | * |
377 | * Return Value: None | 377 | * Return Value: None |
378 | */ | 378 | */ |
379 | static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, char *flags, int count) | 379 | static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, char *flags, int count) |