summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-29 18:18:29 -0700
committerGustavo F. Padovan <padovan@profusion.mobi>2011-06-30 18:44:08 -0300
commite175072f377047e28e399c5c661e39e69722f35b (patch)
treea82e4a67efe76fefcbe958c258fafbd96afaa471 /include/net
parent942ecc9c4643db5ce071562e0a23f99464d6b461 (diff)
downloadlinux-0-day-e175072f377047e28e399c5c661e39e69722f35b.tar.gz
linux-0-day-e175072f377047e28e399c5c661e39e69722f35b.tar.xz
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 7bccaf921cab9..7d77545fdd648 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);