Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chan-yeol Park and committed by
Johan Hedberg
1687dfc3 788f0923

+5 -5
+5 -5
drivers/bluetooth/hci_ldisc.c
··· 260 260 261 261 /* ------ LDISC part ------ */ 262 262 /* hci_uart_tty_open 263 - * 263 + * 264 264 * Called when line discipline changed to HCI_UART. 265 265 * 266 266 * Arguments: 267 267 * tty pointer to tty info structure 268 - * Return Value: 268 + * Return Value: 269 269 * 0 if success, otherwise error code 270 270 */ 271 271 static int hci_uart_tty_open(struct tty_struct *tty) ··· 365 365 } 366 366 367 367 /* hci_uart_tty_receive() 368 - * 368 + * 369 369 * Called by tty low level driver when receive data is 370 370 * available. 371 - * 371 + * 372 372 * Arguments: tty pointer to tty isntance data 373 373 * data pointer to received data 374 374 * flags pointer to flags for data 375 375 * count count of received data in bytes 376 - * 376 + * 377 377 * Return Value: None 378 378 */ 379 379 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, char *flags, int count)