This patch removes trailing whitespaces in the file bfusb.c
Signed-off-by: Shraddha Barke <[email protected]>
---
drivers/bluetooth/bfusb.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c
index fcfb72e..68c2717 100644
--- a/drivers/bluetooth/bfusb.c
+++ b/drivers/bluetooth/bfusb.c
@@ -148,8 +148,7 @@ static int bfusb_send_bulk(struct bfusb_data *data, struct sk_buff *skb)
err = usb_submit_urb(urb, GFP_ATOMIC);
if (err) {
- BT_ERR("%s bulk tx submit failed urb %p err %d",
- data->hdev->name, urb, err);
+ BT_ERR("%s bulk tx submit failed urb %p err %d", data->hdev->name, urb, err);
skb_unlink(skb, &data->pending_q);
usb_free_urb(urb);
} else
--
2.1.0
Hi Sharaddha,
> This patch removes trailing whitespaces in the file bfusb.c
>
> Signed-off-by: Shraddha Barke <[email protected]>
> ---
> drivers/bluetooth/bfusb.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
this is not a staging patch. The Bluetooth subsystem does not require staging. And PATCH 2371/2371? Please sort this out and create proper patches using git format-patch.
And please not introduce lines that exceed 80 characters when attempting to fix a coding style issue. Fixing one coding style issue and adding a new one is not helping.
Regards
Marcel