* [PATCH] Bluetooth: ath3k: add missing blank line after declarations
@ 2026-05-04 16:59 Lucas Poupeau
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2026-05-04 17:00 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox