提交 facf5225 编写于 作者: M Marcel Holtmann

Bluetooth: hci_uart: Fix indentation issues for multi-line functions

Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 dfe19d28
...@@ -429,7 +429,8 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty) ...@@ -429,7 +429,8 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty)
* *
* 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)
{ {
struct hci_uart *hu = tty->disc_data; struct hci_uart *hu = tty->disc_data;
...@@ -557,7 +558,7 @@ static int hci_uart_set_flags(struct hci_uart *hu, unsigned long flags) ...@@ -557,7 +558,7 @@ static int hci_uart_set_flags(struct hci_uart *hu, unsigned long flags)
* *
* Return Value: Command dependent * Return Value: Command dependent
*/ */
static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file, static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file *file,
unsigned int cmd, unsigned long arg) unsigned int cmd, unsigned long arg)
{ {
struct hci_uart *hu = tty->disc_data; struct hci_uart *hu = tty->disc_data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册