Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit facf5225 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

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

parent dfe19d28
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -429,7 +429,8 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty)
 *
 * 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;