* [PATCH] Bluetooth: ath3k: add missing blank line after declarations
@ 2026-05-04 16:59 Lucas Poupeau
2026-05-04 17:41 ` bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Poupeau @ 2026-05-04 16:59 UTC (permalink / raw)
To: marcel, luiz.dentz; +Cc: linux-bluetooth, linux-kernel, Lucas Poupeau
Add a missing blank line after variable declarations in ath3k.c
to comply with the Linux kernel coding style and improve code
readability.
Reported by checkpatch.pl.
Signed-off-by: Lucas Poupeau <lucasp.linux@gmail.com>
---
drivers/bluetooth/ath3k.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index fc796f1dbda9..0f8260524ca1 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -218,6 +218,7 @@ static int ath3k_load_firmware(struct usb_device *udev,
err = usb_control_msg_send(udev, 0, USB_REQ_DFU_DNLOAD, USB_TYPE_VENDOR,
0, 0, firmware->data, FW_HDR_SIZE,
USB_CTRL_SET_TIMEOUT, GFP_KERNEL);
+
if (err) {
BT_ERR("Can't change to loading configuration err");
goto error;
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: Bluetooth: ath3k: add missing blank line after declarations
2026-05-04 16:59 [PATCH] Bluetooth: ath3k: add missing blank line after declarations Lucas Poupeau
@ 2026-05-04 17:41 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2026-05-04 17:41 UTC (permalink / raw)
To: linux-bluetooth, lucasp.linux
[-- Attachment #1: Type: text/plain, Size: 882 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=1089418
---Test result---
Test Summary:
CheckPatch PASS 0.51 seconds
GitLint PASS 0.23 seconds
SubjectPrefix PASS 0.09 seconds
BuildKernel PASS 20.75 seconds
CheckAllWarning PASS 23.21 seconds
CheckSparse PASS 22.35 seconds
BuildKernel32 PASS 20.58 seconds
TestRunnerSetup PASS 420.64 seconds
IncrementalBuild PASS 20.52 seconds
https://github.com/bluez/bluetooth-next/pull/145
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-04 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 16:59 [PATCH] Bluetooth: ath3k: add missing blank line after declarations Lucas Poupeau
2026-05-04 17:41 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox