Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215245
b: refs/heads/master
c: 5017d8d
h: refs/heads/master
i:
  215243: 30415d9
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Oct 12, 2010
1 parent a702432 commit 7491859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fdf482bb3298267816be59d9a3dce29632382d3
refs/heads/master: 5017d8dde13313cab1e607379536a7930ed682b0
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb)
break;

default:
BT_ERR("Unknown packet type 0x%02x\n", type);
BT_ERR("Unknown packet type 0x%02x", type);
break;
}
kfree_skb(skb);
Expand Down

0 comments on commit 7491859

Please sign in to comment.