[PATCH 2/2] Bluetooth: hcli_ldisc: Remove double new lines
From: oshada imalka
Date: Thu Jul 30 2026 - 10:11:46 EST
Removed newline because of double new line
Signed-off-by: oshada imalka <developerimalka@xxxxxxxxx>
---
drivers/bluetooth/hci_ldisc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
index e7de8a278edd..ae905c3f74dc 100644
--- a/drivers/bluetooth/hci_ldisc.c
+++ b/drivers/bluetooth/hci_ldisc.c
@@ -759,7 +759,6 @@ static int hci_uart_set_proto(struct hci_uart *hu, int id)
if (err)
return err;
-
set_bit(HCI_UART_PROTO_READY, &hu->flags);
clear_bit(HCI_UART_PROTO_INIT, &hu->flags);
--
2.53.0