mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
To make it consistent with the rest of the API. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
500698d3fd
commit
0f85272496
3 changed files with 14 additions and 19 deletions
|
@ -707,7 +707,7 @@ static int l2cap_sock_shutdown(struct socket *sock, int how)
|
|||
err = __l2cap_wait_ack(sk);
|
||||
|
||||
sk->sk_shutdown = SHUTDOWN_MASK;
|
||||
__l2cap_chan_close(chan, 0);
|
||||
l2cap_chan_close(chan, 0);
|
||||
|
||||
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime)
|
||||
err = bt_sock_wait_state(sk, BT_CLOSED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue