summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Kraft <rebootrequired42@gmail.com>2026-03-13 19:39:12 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2026-04-13 16:18:16 +0300
commit552aac414f9a2e663dfe2810999f28988720f2a4 (patch)
tree464f2727f8ba7b24c4722fb882f655676b5b0c33
parent15bf35a660eb82a49f8397fc3d3acada8dae13db (diff)
downloadlinux-552aac414f9a2e663dfe2810999f28988720f2a4.tar.xz
bluetooth: btusb: Fix whitespace in btusb.c
Replace single space with tab and insert blank line after declaration, according to checkpatch Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
-rw-r--r--drivers/bluetooth/btusb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 71f4af23b556..07fc169e03b6 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -803,7 +803,7 @@ static const struct usb_device_id quirks_table[] = {
{ USB_DEVICE(0x2357, 0x0604), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |
- BTUSB_WIDEBAND_SPEECH },
+ BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0bda, 0x8771), .driver_info = BTUSB_REALTEK |
@@ -2485,6 +2485,7 @@ static int btusb_setup_csr(struct hci_dev *hdev)
HCI_INIT_TIMEOUT);
if (IS_ERR(skb)) {
int err = PTR_ERR(skb);
+
bt_dev_err(hdev, "CSR: Local version failed (%d)", err);
return err;
}