From: Sarath Lakshman <[email protected]>

Fold a line to make it less than 80 characters

Signed-off-by: Sarath Lakshman <[email protected]>
---
 drivers/staging/nokia_h4p/nokia_fw-bcm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/nokia_h4p/nokia_fw-bcm.c 
b/drivers/staging/nokia_h4p/nokia_fw-bcm.c
index 111ae94..b55f5ba 100644
--- a/drivers/staging/nokia_h4p/nokia_fw-bcm.c
+++ b/drivers/staging/nokia_h4p/nokia_fw-bcm.c
@@ -73,7 +73,8 @@ void hci_h4p_bcm_parse_fw_event(struct hci_h4p_info *info, 
struct sk_buff *skb)
                return;
        }
 
-       if (fw_skb->data[1] == 0x01 && fw_skb->data[2] == 0xfc && fw_skb->len 
>= 10) {
+       if (fw_skb->data[1] == 0x01 && fw_skb->data[2] == 0xfc &&
+                       fw_skb->len >= 10) {
                BT_DBG("Setting bluetooth address");
                err = hci_h4p_bcm_set_bdaddr(info, fw_skb);
                if (err < 0) {
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to