Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: hci_bcm: Change protocol name

Use full name instead of abbreviation.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Loic Poulain and committed by
Marcel Holtmann
143f0a28 3310230c

+1 -1
+1 -1
drivers/bluetooth/hci_bcm.c
··· 798 798 799 799 static const struct hci_uart_proto bcm_proto = { 800 800 .id = HCI_UART_BCM, 801 - .name = "BCM", 801 + .name = "Broadcom", 802 802 .manufacturer = 15, 803 803 .init_speed = 115200, 804 804 .oper_speed = 4000000,