staging: nokia_h4p: Fix a coding style problem
authorSarath Lakshman <sarathlakshman@slynux.com>
Wed, 2 Apr 2014 21:00:18 +0000 (02:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 23:44:52 +0000 (19:44 -0400)
Fold a line to make it less than 80 characters

Signed-off-by: Sarath Lakshman <sarathlakshman@slynux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nokia_h4p/nokia_fw-bcm.c

index 111ae94032d1a728fe8c1f7f0fff5fc59595febc..b55f5ba1134efbd80d9574e8a184832cf985807e 100644 (file)
@@ -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) {