diff options
author | Joe Perches <joe@perches.com> | 2011-06-29 21:18:29 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-06-30 17:44:08 -0400 |
commit | e175072f377047e28e399c5c661e39e69722f35b (patch) | |
tree | a82e4a67efe76fefcbe958c258fafbd96afaa471 /include | |
parent | 942ecc9c4643db5ce071562e0a23f99464d6b461 (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')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 7bccaf921cab..7d77545fdd64 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h | |||
@@ -204,7 +204,7 @@ out: | |||
204 | return NULL; | 204 | return NULL; |
205 | } | 205 | } |
206 | 206 | ||
207 | int bt_err(__u16 code); | 207 | int bt_to_errno(__u16 code); |
208 | 208 | ||
209 | extern int hci_sock_init(void); | 209 | extern int hci_sock_init(void); |
210 | extern void hci_sock_cleanup(void); | 210 | extern void hci_sock_cleanup(void); |