]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
bluetooth: btusb: Fix whitespace in btusb.c
authorLukas Kraft <rebootrequired42@gmail.com>
Fri, 13 Mar 2026 16:39:12 +0000 (17:39 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 13 Apr 2026 13:18:16 +0000 (09:18 -0400)
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>
drivers/bluetooth/btusb.c

index 71f4af23b5564769bf6609683e8f0aac15e9c025..07fc169e03b64922666c6ee91a8172a4ae8dbe4e 100644 (file)
@@ -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;
        }