Skip to content

Commit

Permalink
[NET] BLUETOOTH: Fix whitespace errors.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent bd3b071 commit 00ae02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count)

skb->dev = (void *) hdev;
bt_cb(skb)->pkt_type = type;

__reassembly(hdev, type) = skb;

scb = (void *) skb->cb;
Expand Down

0 comments on commit 00ae02f

Please sign in to comment.