aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 1c89c7f03f86..a2dcbfff1c51 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -464,7 +464,7 @@ struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
464 int proto, gfp_t prio); 464 int proto, gfp_t prio);
465 465
466struct l2cap_chan *l2cap_chan_create(struct sock *sk); 466struct l2cap_chan *l2cap_chan_create(struct sock *sk);
467void __l2cap_chan_close(struct l2cap_chan *chan, int reason); 467void l2cap_chan_close(struct l2cap_chan *chan, int reason);
468void l2cap_chan_destroy(struct l2cap_chan *chan); 468void l2cap_chan_destroy(struct l2cap_chan *chan);
469int l2cap_chan_connect(struct l2cap_chan *chan); 469int l2cap_chan_connect(struct l2cap_chan *chan);
470int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len); 470int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len);