Commit 00ae02f3 authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki

[NET] BLUETOOTH: Fix whitespace errors.

Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
parent bd3b071b
...@@ -982,7 +982,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count) ...@@ -982,7 +982,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count)
skb->dev = (void *) hdev; skb->dev = (void *) hdev;
bt_cb(skb)->pkt_type = type; bt_cb(skb)->pkt_type = type;
__reassembly(hdev, type) = skb; __reassembly(hdev, type) = skb;
scb = (void *) skb->cb; scb = (void *) skb->cb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment