Skip to content

Commit

Permalink
Bluetooth: hci_bcm: Change protocol name
Browse files Browse the repository at this point in the history
Use full name instead of abbreviation.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Loic Poulain authored and Marcel Holtmann committed Sep 19, 2016
1 parent 3310230 commit 143f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/hci_bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ static int bcm_remove(struct platform_device *pdev)

static const struct hci_uart_proto bcm_proto = {
.id = HCI_UART_BCM,
.name = "BCM",
.name = "Broadcom",
.manufacturer = 15,
.init_speed = 115200,
.oper_speed = 4000000,
Expand Down

0 comments on commit 143f0a2

Please sign in to comment.