[PATCH] Bluetooth: ath3k: add missing blank line after declarations

Lucas Poupeau posted 1 patch 1 month, 1 week ago
drivers/bluetooth/ath3k.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] Bluetooth: ath3k: add missing blank line after declarations
Posted by Lucas Poupeau 1 month, 1 week ago
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