* [PATCH] bluetooth: btusb: Fix whitespace in btusb.c
@ 2026-03-13 16:39 Lukas Kraft
2026-03-13 17:54 ` bluez.test.bot
2026-03-19 18:10 ` [PATCH] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Kraft @ 2026-03-13 16:39 UTC (permalink / raw)
To: marcel, luiz.dentz; +Cc: Lukas Kraft, linux-bluetooth, linux-kernel
Replace single space with tab and insert blank line after declaration, according to checkpatch
Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
---
drivers/bluetooth/btusb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a1c5eb993e47..121e32d51441 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -789,7 +789,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 |
@@ -2468,6 +2468,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;
}
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: bluetooth: btusb: Fix whitespace in btusb.c
2026-03-13 16:39 [PATCH] bluetooth: btusb: Fix whitespace in btusb.c Lukas Kraft
@ 2026-03-13 17:54 ` bluez.test.bot
2026-03-19 18:10 ` [PATCH] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-03-13 17:54 UTC (permalink / raw)
To: linux-bluetooth, rebootrequired42
[-- Attachment #1: Type: text/plain, Size: 3701 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1066472
---Test result---
Test Summary:
CheckPatch PENDING 0.27 seconds
GitLint PENDING 0.27 seconds
SubjectPrefix FAIL 0.38 seconds
BuildKernel PASS 26.62 seconds
CheckAllWarning PASS 29.33 seconds
CheckSparse WARNING 32.82 seconds
BuildKernel32 PASS 26.12 seconds
TestRunnerSetup PASS 571.75 seconds
TestRunner_l2cap-tester PASS 28.87 seconds
TestRunner_iso-tester PASS 110.36 seconds
TestRunner_bnep-tester PASS 6.56 seconds
TestRunner_mgmt-tester FAIL 117.25 seconds
TestRunner_rfcomm-tester PASS 9.82 seconds
TestRunner_sco-tester FAIL 15.17 seconds
TestRunner_ioctl-tester PASS 10.46 seconds
TestRunner_mesh-tester FAIL 12.49 seconds
TestRunner_smp-tester PASS 9.05 seconds
TestRunner_userchan-tester PASS 6.88 seconds
IncrementalBuild PENDING 0.49 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckSparse - WARNING
Desc: Run sparse tool with linux kernel
Output:
drivers/bluetooth/btusb.c:4672:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4673:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4675:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4676:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4678:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4679:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4681:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4682:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4684:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4685:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4686:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4687:1: error: bad constant expressiondrivers/bluetooth/btusb.c:4687:1: error: bad constant expression
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.114 seconds
##############################
Test: TestRunner_sco-tester - FAIL
Desc: Run sco-tester with test-runner
Output:
WARNING: possible circular locking dependency detected
BUG: sleeping function called from invalid context at net/core/sock.c:3782
Total: 30, Passed: 30 (100.0%), Failed: 0, Not Run: 0
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 2.492 seconds
Mesh - Send cancel - 2 Timed out 1.998 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] bluetooth: btusb: Fix whitespace in btusb.c
2026-03-13 16:39 [PATCH] bluetooth: btusb: Fix whitespace in btusb.c Lukas Kraft
2026-03-13 17:54 ` bluez.test.bot
@ 2026-03-19 18:10 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-03-19 18:10 UTC (permalink / raw)
To: Lukas Kraft; +Cc: marcel, luiz.dentz, linux-bluetooth, linux-kernel
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Fri, 13 Mar 2026 17:39:12 +0100 you wrote:
> Replace single space with tab and insert blank line after declaration, according to checkpatch
>
> Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
> ---
> drivers/bluetooth/btusb.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Here is the summary with links:
- bluetooth: btusb: Fix whitespace in btusb.c
https://git.kernel.org/bluetooth/bluetooth-next/c/1d58bcf4a6c5
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-19 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 16:39 [PATCH] bluetooth: btusb: Fix whitespace in btusb.c Lukas Kraft
2026-03-13 17:54 ` bluez.test.bot
2026-03-19 18:10 ` [PATCH] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox