diff options
author | Andrei Emeltchenko <andrei.emeltchenko@nokia.com> | 2010-12-01 16:58:22 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-12-01 21:04:43 -0200 |
commit | 735cbc4784a084b7a76c43c69f9dba683bb3b48b (patch) | |
tree | 75ba54305ab4e06fc7469761a0eb9b43ea9711a5 /include | |
parent | b78d7b4f204a6ba1901af36c95e10fded9816054 (diff) | |
download | linux-3.10-735cbc4784a084b7a76c43c69f9dba683bb3b48b.tar.gz linux-3.10-735cbc4784a084b7a76c43c69f9dba683bb3b48b.tar.bz2 linux-3.10-735cbc4784a084b7a76c43c69f9dba683bb3b48b.zip |
Bluetooth: clean up sco code
Do not use assignments in IF condition, remove extra spaces
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@nokia.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/sco.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h index e28a2a77147..ea5c6641243 100644 --- a/include/net/bluetooth/sco.h +++ b/include/net/bluetooth/sco.h @@ -55,11 +55,11 @@ struct sco_conninfo { struct sco_conn { struct hci_conn *hcon; - bdaddr_t *dst; - bdaddr_t *src; - + bdaddr_t *dst; + bdaddr_t *src; + spinlock_t lock; - struct sock *sk; + struct sock *sk; unsigned int mtu; }; |