diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-17 17:24:05 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-17 17:24:05 -0500 |
commit | 8ffd878419839638d1aea102455b575da39c1a62 (patch) | |
tree | c5ac0c83d9ff0eb588667a29debb4563bf2b6757 | |
parent | 602f9887cdb14851631416d64ca27b48e2dd1f92 (diff) |
Bluetooth: fix checkpatch errors in af_bluetooth.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
-rw-r--r-- | net/bluetooth/af_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index c258027bc8fe..88af9eb9aa48 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c | |||
@@ -397,7 +397,7 @@ static inline unsigned int bt_accept_poll(struct sock *parent) | |||
397 | return 0; | 397 | return 0; |
398 | } | 398 | } |
399 | 399 | ||
400 | unsigned int bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait) | 400 | unsigned int bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait) |
401 | { | 401 | { |
402 | struct sock *sk = sock->sk; | 402 | struct sock *sk = sock->sk; |
403 | unsigned int mask = 0; | 403 | unsigned int mask = 0; |