diff options
author | Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> | 2011-06-07 05:18:06 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-06-09 15:33:28 -0400 |
commit | 5a9d0a3ffbc40ea1f5a0636501e7599cbb327bcc (patch) | |
tree | abaef9b1bf4896e777842818bd9c0035cff53fb0 /include/net/bluetooth/bluetooth.h | |
parent | d29d04ce0f49b9fbcaefc83ec4e9bdb7badd45fa (diff) |
Bluetooth: Clean up some code style issues
Fix lines longer than 80 chars in length.
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index af930a3a66be..7bccaf921cab 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h | |||
@@ -137,7 +137,8 @@ int bt_sock_register(int proto, const struct net_proto_family *ops); | |||
137 | int bt_sock_unregister(int proto); | 137 | int bt_sock_unregister(int proto); |
138 | void bt_sock_link(struct bt_sock_list *l, struct sock *s); | 138 | void bt_sock_link(struct bt_sock_list *l, struct sock *s); |
139 | void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); | 139 | void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); |
140 | int bt_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags); | 140 | int bt_sock_recvmsg(struct kiocb *iocb, struct socket *sock, |
141 | struct msghdr *msg, size_t len, int flags); | ||
141 | int bt_sock_stream_recvmsg(struct kiocb *iocb, struct socket *sock, | 142 | int bt_sock_stream_recvmsg(struct kiocb *iocb, struct socket *sock, |
142 | struct msghdr *msg, size_t len, int flags); | 143 | struct msghdr *msg, size_t len, int flags); |
143 | uint bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait); | 144 | uint bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait); |
@@ -172,8 +173,8 @@ static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) | |||
172 | return skb; | 173 | return skb; |
173 | } | 174 | } |
174 | 175 | ||
175 | static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, unsigned long len, | 176 | static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, |
176 | int nb, int *err) | 177 | unsigned long len, int nb, int *err) |
177 | { | 178 | { |
178 | struct sk_buff *skb; | 179 | struct sk_buff *skb; |
179 | 180 | ||