Bluetooth: Rename __l2cap_connect() to l2cap_connect()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 12 Oct 2012 11:40:40 +0000 (19:40 +0800)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 15 Oct 2012 12:44:24 +0000 (09:44 -0300)
commit300229f962b36e292524b26c86962d7339010b44
tree0effbcf2941a88f6ea4b4924721659c3c478756a
parent2dc4e5105f012bda7eef2f459ed3d5299ded9672
Bluetooth: Rename __l2cap_connect() to l2cap_connect()

Use of "__" usually means we need to call the function with a lock held,
which is not the case here.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c