Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87224
b: refs/heads/master
c: a4e2acf
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Mar 6, 2008
1 parent 439d428 commit 404fcce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 04005dd9ae7bf1031408869c33df96149ebb1086
refs/heads/master: a4e2acf01a7e5fcd960fc332335ca10313641f4b
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/bnep/bnep.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ struct bnep_session {

void bnep_net_setup(struct net_device *dev);
int bnep_sock_init(void);
int bnep_sock_cleanup(void);
void bnep_sock_cleanup(void);

static inline int bnep_mc_hash(__u8 *addr)
{
Expand Down
4 changes: 1 addition & 3 deletions trunk/net/bluetooth/bnep/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,10 @@ int __init bnep_sock_init(void)
return err;
}

int __exit bnep_sock_cleanup(void)
void __exit bnep_sock_cleanup(void)
{
if (bt_sock_unregister(BTPROTO_BNEP) < 0)
BT_ERR("Can't unregister BNEP socket");

proto_unregister(&bnep_proto);

return 0;
}

0 comments on commit 404fcce

Please sign in to comment.