Skip to content

Commit 143f0a2

Browse files
Loic Poulainholtmann
authored andcommitted
Bluetooth: hci_bcm: Change protocol name
Use full name instead of abbreviation. Signed-off-by: Loic Poulain <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 3310230 commit 143f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/hci_bcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ static int bcm_remove(struct platform_device *pdev)
798798

799799
static const struct hci_uart_proto bcm_proto = {
800800
.id = HCI_UART_BCM,
801-
.name = "BCM",
801+
.name = "Broadcom",
802802
.manufacturer = 15,
803803
.init_speed = 115200,
804804
.oper_speed = 4000000,

0 commit comments

Comments
 (0)