Browse Source

Bluetooth: fix checkpatch errors in af_bluetooth.c

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Gustavo F. Padovan 14 years ago
parent
commit
8ffd878419
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/bluetooth/af_bluetooth.c

+ 1 - 1
net/bluetooth/af_bluetooth.c

@@ -397,7 +397,7 @@ static inline unsigned int bt_accept_poll(struct sock *parent)
 	return 0;
 	return 0;
 }
 }
 
 
-unsigned int bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait)
+unsigned int bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait)
 {
 {
 	struct sock *sk = sock->sk;
 	struct sock *sk = sock->sk;
 	unsigned int mask = 0;
 	unsigned int mask = 0;