Bluetooth: fix conding style issues all over the tree

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Gustavo F. Padovan 2012-03-08 01:25:00 -03:00
parent f64b993f44
commit 04124681f1
8 changed files with 384 additions and 398 deletions

View file

@ -926,7 +926,8 @@ static void l2cap_sock_state_change_cb(void *data, int state)
}
static struct sk_buff *l2cap_sock_alloc_skb_cb(struct l2cap_chan *chan,
unsigned long len, int nb, int *err)
unsigned long len, int nb,
int *err)
{
struct sock *sk = chan->sk;