aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <[email protected]>2016-09-19 12:05:12 +0200
committerMarcel Holtmann <[email protected]>2016-09-19 20:25:37 +0200
commit143f0a28ff7ebcc74144ed29bc66da6fbcce0dc7 (patch)
tree4c2c0f6489262a5b97ce6a0c21a5e98fb66c479f
parent3310230c5dddfafe3d1ef87f1257812011681aca (diff)
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]>
-rw-r--r--drivers/bluetooth/hci_bcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 1c97eda8bae3..5ccb90ef0146 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -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,