From: Anchal Jain <anchalj109@gmail.com>
To: johan.hedberg@gmail.com
Cc: outreachy-kernel@googlegroups.com, gustavo@padovan.org
Subject: [PATCH 2/3] drivers: bluetooth: bfusb Line over 80 characters in function
Date: Wed, 14 Sep 2016 20:51:37 +0530 [thread overview]
Message-ID: <20160914152128.GA9889@life-desktop> (raw)
This patch remove the warning of checkpatch.pl Line over 80 characters.
to remove this warning break the function argument list into small chunks.
Signed-off-by: Anchal Jain <anchalj109@gmail.com>
---
drivers/bluetooth/bfusb.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c
index 1c2e16d..9ae179e 100644
--- a/drivers/bluetooth/bfusb.c
+++ b/drivers/bluetooth/bfusb.c
@@ -257,7 +257,8 @@ static int bfusb_rx_submit(struct bfusb_data *data, struct urb *urb)
return err;
}
-static inline int bfusb_recv_block(struct bfusb_data *data, int hdr, unsigned char *buf, int len)
+static inline int bfusb_recv_block(struct bfusb_data *data, int hdr,
+ unsigned char *buf, int len)
{
BT_DBG("bfusb %p hdr 0x%02x data %p len %d", data, hdr, buf, len);
@@ -620,7 +621,8 @@ error:
return err;
}
-static int bfusb_probe(struct usb_interface *intf, const struct usb_device_id *id)
+static int bfusb_probe(struct usb_interface *intf,
+ const struct usb_device_id *id)
{
const struct firmware *firmware;
struct usb_device *udev = interface_to_usbdev(intf);
--
1.9.1
reply other threads:[~2016-09-14 15:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160914152128.GA9889@life-desktop \
--to=anchalj109@gmail.com \
--cc=gustavo@padovan.org \
--cc=johan.hedberg@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.