summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-29 18:18:29 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-07-11 11:59:26 -0700
commitd8e4f87b5c7261041eca098b3863cd1f8a257bba (patch)
treeba7eb882c14a880071db001539f1653ba060cd6d /include/net
parent6e35f04700b3ecc4f2b188f7d942eb3cf96a1e4e (diff)
Bluetooth: Rename function bt_err to bt_to_errno
Make it easier to use more normal logging styles later. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 7bccaf921ca..7d77545fdd6 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -204,7 +204,7 @@ out:
return NULL;
}
-int bt_err(__u16 code);
+int bt_to_errno(__u16 code);
extern int hci_sock_init(void);
extern void hci_sock_cleanup(void);