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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Lukas Kraft and committed by
Luiz Augusto von Dentz
552aac41 15bf35a6

+2 -1
+2 -1
drivers/bluetooth/btusb.c
··· 803 803 { USB_DEVICE(0x2357, 0x0604), .driver_info = BTUSB_REALTEK | 804 804 BTUSB_WIDEBAND_SPEECH }, 805 805 { USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK | 806 - BTUSB_WIDEBAND_SPEECH }, 806 + BTUSB_WIDEBAND_SPEECH }, 807 807 { USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK | 808 808 BTUSB_WIDEBAND_SPEECH }, 809 809 { USB_DEVICE(0x0bda, 0x8771), .driver_info = BTUSB_REALTEK | ··· 2485 2485 HCI_INIT_TIMEOUT); 2486 2486 if (IS_ERR(skb)) { 2487 2487 int err = PTR_ERR(skb); 2488 + 2488 2489 bt_dev_err(hdev, "CSR: Local version failed (%d)", err); 2489 2490 return err; 2490 2491 }