mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
staging: nokia_h4p: Fix a coding style problem
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>
This commit is contained in:
parent
80db2734ac
commit
472603137a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user